HoloEverywhere is an Android open-source library that seeks to backport the Holo themes and widgets to all Android versions back to 2.1, with the support of ActionBarSherlock.
1
vote
1answer
32 views
Get NoClassDefFoundError org.holoeverywhere.app.Activity since Update Support Library v4 r13
I've a project with HoloEverywhere, it was working fine last week. After Google I/O, there was a new version of ADT, SDK and Support Library v4. I Proceed to Update those elements. Also, updated ...
0
votes
0answers
25 views
ViewPagerIndicator tabs loses content
I am using Holoeverywhere and ViewPagerIndicator; using Holoeverywhere1 I implemented the slider and tabs in the Fragment using ViewPagerIndicator. Everything is working fine, Slider working, the menu ...
0
votes
1answer
24 views
Tab navigation in new HoloEverywhere not displays fragment after screen rotation
Yesterday I downloaded new HoloEverywhere library.
Currently, I have problem with tab navigation after screen rotation.
My Home Activity:
public class MainActivity extends Activity implements ...
0
votes
2answers
67 views
ProGuard and HoloEverywhere: Export Signed Application Errors
I'm using ActionBarSherlock and HoloEverywhere in my project. Everything works perfectly, except when I try to export my signed application, ProGuard gives me grief:
[2013-05-19 00:13:53 - ] Proguard ...
0
votes
2answers
56 views
Unable to start activity ComponentInfo{…MainActivity}: java.lang.NullPointerException
I would like to build an app which uses HoloEverywhere. I import HoloEverywhere and ActionBarSherlock as described in this manual.
MainActivity:
import org.holoeverywhere.app.*;
import ...
0
votes
1answer
36 views
Unable to execute dex error in console window
I would like to build an app which uses HoloEverywhere. I import HoloEverywhere and ActionBarSherlock as described in this manual.
Then I create a new project, according to the following steps:
...
0
votes
2answers
47 views
Holo theme and custom background for my button
I have some problems to add the blue color over the button when the user press it. It works if there is no drawable in background for this button but in my case, i have to add a custom background and ...
0
votes
1answer
43 views
Memory leak due to IAddon class in HoloEverywhere
It looks like I have a memory leak preventing my activities from being garbage collected. I did a memory dump and MAT shows that I have several instances of each activity. Consequently, my app crashes ...
0
votes
1answer
40 views
custom attribute is not working in HoloEverywhere
I am using HoloEverywhere library in my application and for applying typeface from theme I have added a new custom attribute ttfName to TextView style, and have made some necessary changes in ...
0
votes
1answer
40 views
Holoeverywhere tabs load the first one when I slide over the last tab?
Recently, I am using holoeverywhere to do something, but now I am facing a problem that when I keep sliding to right after reaching the last tab, the program will load the first tab's view but there ...
0
votes
2answers
64 views
ListFragment is empty after going back
I have a simple activity built with HoloEverywhere with one fragment container. ListFragment appears there on start, and appears normally. Then, click on list item replaces ListFragment with another ...
0
votes
2answers
103 views
Holoeverywhere : how to programmatically remove at runtime the action bar from an activity
Which is the correct way to remove the action bar inside an activity ?
My activity extends org.holoeverywhere.app.Activity
I've a custom Application class that extends ...
0
votes
0answers
94 views
HoloEverywhere : is tabs' swipe effect compatible with the sliding menu's swipe?
In the HoloEverywhere demo 1.5.0 there is a tabs+swipe example.
I see that the "sliding menu" effect (facebook app-like) has been disabled in this example (in the "Lists" examples it's enabled)
Has ...
0
votes
1answer
57 views
How to change the color of holoeverywhere tabs?
The holoeverywhere's demo is like this:
How to change the background's color of the tabs and the color of line under the tabs?
0
votes
0answers
81 views
add bottom menu at the holoeverywhere tabs activity
I am using holoeverywhere to make my application better but now I am facing a problem and have no ideas.
My application is like this:
But the result is like this:
1. A bottom menu will show under ...
0
votes
1answer
140 views
How to use holoeverywhere in the intellij idea? Can I use the holoeverywhere in the finished project under 2.3?
I imported holoeverywhere like jar in project. But when I tried use theme, nothing not changed. What should I do to make it work?
package com.example.testholo;
import android.app.Activity;
...
1
vote
0answers
58 views
Troubles while importing HoloEverywhere
I'm following this guide:
http://stackoverflow.com/a/10888882/1943607
Follow the steps below to add HoloEverywhere
Download Zip from GitHub to your computer UnZip the folder Go to
eclipse ...
1
vote
0answers
110 views
Is it wrong (or a mess) to have ActionBarSherlock + ViewPagerIndicator + HoloEverywhere at the same time?
Short:
Generally I'm thinking that having the three (ABS+VPI+HE) as libraries in my project could be something redundant for what I want to achieve, maybe one includes another and there's no need to ...
1
vote
0answers
50 views
ProgressDialog only works in Landscape orientation (not portrait)
I'm trying to have a progress dialog pop up after a user clicks on an icon, so that they are aware that the next activity (a Tag Scanner) is starting. The problem is that the progress dialog only pops ...
0
votes
2answers
176 views
HoloEverywhere AutoCompleteTextView java.lang.ClassCastException
I am trying to get the HoloEverywhere class AutoCompleteTextView to work with my app. The main reason for this is I want the Holo theme to work on pre 3.0 devices (specifically API levels 8-10) Here ...
0
votes
2answers
72 views
ICS style EditText for API level 8
How can I set the Style for an EditText with Holo theme which is in ICS to make it compatible for devices with API level 8.
I tried the following code, but it is not compatible with API 8.
...
1
vote
3answers
262 views
Android HoloEverywhere: No top ActionBar/TitleBar on default Holo.Theme issue
I'm using HoloEverywhere port for my app and I have this really weird issue: on Gingerbread the default Holo.Theme doesn't show the top ActionBar/TitleBar on any of the activity (yes I did go over all ...
1
vote
1answer
267 views
Android HoloEverywhere: mChildFragmentManager cannot be resolved to a variable
I followed this closely and successfully added ActionBarSherlock lib to both my project and HoloEverywhere. However when I built the HoloEverywhere library I got these errors:
In ...
0
votes
1answer
140 views
HoloEverywhere pom.xml error
I'm trying to setup HoloEverywhere along side Action Bar Sherlock and I'm getting the following error.
Could not find artifact org.holoeverywhere:resbuilder:pom:1.5.1-SNAPSHOT
pom.xml
...
0
votes
2answers
267 views
Implementing HoloEverywhere error No resource identifier found
The following error occurs when I build my project:
[2013-04-03 03:52:49 - mydemoapp] D:\My Projects\HoloEverywhere
Library\res\layout\time_picker_holo.xml:17: error: No resource identifier found ...
1
vote
1answer
142 views
HoloEverywhere: Dark action bars and dialogs
I'm using HoloEverywhere library, I need action bars and dialogs (ProgressDialog and AlertDialog) to be styled with the Holo Dark theme and the rest of the controls with the Holo Light.
I set the ...
0
votes
1answer
137 views
Setting Buttons and EditText theme to Holo after implementing HoloEverywhere and SherlockActionBar?
Finally I was able to implement successfully the libraries Sherlock and Holo .
Now after creating my own project, and setting in the manifest file the theme to: ...
4
votes
2answers
293 views
Spinner with multi-line items overlaps selected item display on Froyo
I'm trying to create Spinners that look the same on all versions of Android back to Froyo. To that end, I'm using HoloEverywhere. Some of the spinner item text is more than one line, and I'd like it ...
0
votes
1answer
80 views
HoloEverywhere error in implementation with ActionBarSherlock
After importing Sherlock successfully, I am implementing HoloEverywhere.
The only problems i'm facing are as shown in the image below, android.support.v4.app compilation error and pom.xml error too.
...
-2
votes
1answer
70 views
Holoevrywhere and Sliding Menu [closed]
Well, i have question and i just cant find answer on the internet i spent last couple hours trying to figure out how to implement Holoevrywhere and Sliding menu library in the application ?
0
votes
1answer
94 views
Can't cast Holoeverywhere application to getapplicationcontext
I have extended the application class to add some preference to my app, i started to implement holoeverywhere, and now i'm getting this error:
03-28 10:39:10.020: E/AndroidRuntime(12511): ...
0
votes
2answers
100 views
Activity as dialog using HoloEverywhere cuts off layout
I'm using the HoloEverywhere library in my Android app to ensure a consistent theme across all supported devices. However, I'm running into trouble with activities that utilize Holo.Theme.Dialog: on ...
0
votes
0answers
122 views
HoloEverywhere layout folder full of resource errors?
I'm using both ActionBarSherlock and HoloEverywhere as libraries in my project, and suddenly HoloEverywhere started messing up.
I made an AlertDialog like this:
AlertDialog.Builder alert = new ...
0
votes
1answer
44 views
How should i refresh my AutoCompleteTextView component?
I'm using this block of code:
spinner.setOnItemSelectedListener(new OnItemSelectedListener() {
@Override
public void onItemSelected(AdapterView<?> arg0, View arg1, int ...
0
votes
0answers
43 views
action bar logo changing
I notice that every time the searchView is enabled, the Icon of the ActionBar changes.
I am using holoeverywhere and actionbarsherlock if its important.
this is how it should look like.
that ...
0
votes
1answer
248 views
Holoeverywhere Fragment not displaying
I am creating an app and have stumbled across a problem. My apps fragment should display text when selected but it is not. Here is my code:
This class my fragment which should be displaying text when ...
1
vote
2answers
453 views
how to set holo UI theme without action bar in android 2.3 and above
Is there a way to use Holo theme in android 2.3 without using actionBar with it. I tried using Holoeverywhere library but it is showing actionbarbar as well.
Also I want the Holo UI same throughout ...
0
votes
0answers
152 views
reduce size of apk using HoloEveryWhere
I am using HoloEveryWhere in my project. But i am not happy with the size of the final apk. Can anyone provide specific guidelines on how to reduce size or include only specific styles that would be ...
0
votes
0answers
89 views
Fatal error on LoadedApk,makeApplication
I'm developing an application here and it's been working good so far, but now I've put the HoloEverywhere lib to update the layout to the ICS look, and I started getting a random error on startup.
I ...
0
votes
1answer
82 views
Holo Everywhere and facebookSDK dont work
I'm trying to use facebook SDK with holoeverywhere but not working because the library android v4, it seems that libraries are not the same as sherlock facebook and then how to solve it? someone ...
0
votes
2answers
914 views
how to change number picker style in android?
I want to use the NumberPicker component-widget but Instead in the default Holo theme I need to replace the blue color with orange since that is the default color in my styling.
How can I replace the ...
2
votes
0answers
274 views
HoloEverywhere Eclipse Install
I am trying to use HoloEverywhere and can't figure out how to install it. I have followed what was listed on this GitHub page. I just get a lot of errors. Does anyone know how to get this to work with ...
0
votes
1answer
374 views
Google Play install error - Missing shared library
I have an app with 100k~ downloads on Play, which I started to develop like a year ago. Back then, it had the default crappy android UI. A month ago, I decided to include the ...
0
votes
3answers
257 views
ListView in alertdialog not displaying correctly when using holoeverywhere
I am using the Holoeverywhere compatibility library along with the sherlockActionbar library. The problem i am having is that when i inflate the view in the DialogFragment class, it doesnt display ...
0
votes
3answers
125 views
How do I properly create this custom ArrayAdapter?
I have this code but it doesn't want to work.
also, Main.java line 76 includes this in my onCreate:
setListAdapter(new ImageAndTextAdapter(ctx, R.layout.lchs_item,
items, icons));
...
0
votes
1answer
335 views
numberpicker widget and holoeverywhere missing theme
I'm trying to get Simons Number Picker to work together with Holoeverywhere. however holoeverwhere requires me to set android:theme="@style/Holo.Theme" whereas the number picker requires ...
0
votes
0answers
206 views
ClassNotFoundException in HoloEverywhere when using MapView
I want to add a map as a header to a ListFragment. Everything seemed to worked fine except when the device orientation changes.
The ListFragment:
@Override
public View onCreateView(LayoutInflater ...
0
votes
1answer
369 views
Datadroid and sliding menu / HoloEverwhere
I am trying to use Datadroid and sliding menu/HoloEverywhere. Sliding menu is using Fragment. Is it possible that Datadroid will be a Fragment to a main activity? :) I have successfully made a ...
0
votes
2answers
334 views
Can't get Holo look and feel with ProgressDialog using Holoeverywhere
I have imported the libraries, there are no errors or warnings but I can't get it working.
This is my ProgressDialog code:
pDialog = new ProgressDialog(MyActivity.this);
...
1
vote
2answers
423 views
Implementing Holoeverywhere theme without ActionBarSherlock in my Android app
I am trying to implement the holoeverywhere theme in my app.
When I implement the holoeverywhere theme, I get a actionbar by default. I think it is because of Actionbarsherlock library. I was not ...





