Questions tagged [android-holo-everywhere]

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.

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.

HoloEverywhere on GitHub

217 questions
3
votes
1 answer

How to change the blue holo color?

I want to change the default blue color to anything else... After some research, I tried to use the website Android Holo Colors Generator. I downloaded the files from the website and I added them to my android app but I got two errors: - Attribute…
Qutayba
  • 197
  • 9
3
votes
3 answers

Android - if I support Android 1.6, can I still use a Holo Theme for newer phones?

I have this in my manifest: But I would like to use a HOLO theme or something similar. I know HOLO theme requires Android 11, but what can I do if I want to have a nice unifying…
Genadinik
  • 18,153
  • 63
  • 185
  • 284
3
votes
2 answers

Android: Unable to instantiate activity ComponentInfo

I have a problem on android developing app. I made a research first my error and i found out that there are other people who are having the same problem like me. I read all the comments a tried everything but still i'm having the same error. Here…
3
votes
1 answer

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 application theme to Holo.Theme.Light.DarkActionBar…
mxch
  • 835
  • 2
  • 10
  • 20
3
votes
1 answer

android ListView item click twinkling bug

my problem : when I click on ListViews' item , it changes its' state in such order: if unchecked - Unchecked, Checked,Unchecked,Checked while I expect it simply become checked without any flashing and winkling if checked : Checked - Unchecked (no…
user1439139
3
votes
1 answer

Dialogs using ActionBarSherlock/HoloEverywhere Light

I'm using Christophe Versiuex's HoloEverywhere library project and the Theme.HoloEverywhereLight.Sherlock theme. The system dialog boxes - copy all text, date picker dialog, etc - all have white text as the window title rather than the light blue.…
jFort
  • 327
  • 6
  • 17
2
votes
1 answer

HoloEverywhere - conflict attributes

I added maven repository of HoloEverywhere and added dependence on library. allprojects { repositories { mavenCentral() maven { url "http://192.241.191.41/repo" } } } Just set the patch to the library. dependencies { …
2
votes
1 answer

Listview and Spinner Holloeverywhere conflict?

i use Listview and Spinner holoeverywhere in my Activity, if i set import import android.widget.AdapterView; import android.widget.ArrayAdapter; import android.widget.ListView; import android.widget.Spinner; import…
bukanamay
  • 577
  • 5
  • 11
  • 26
2
votes
1 answer

How to use HoloEverywhere theme in Eclipse?

I face problems with holo everywhere theme and ABS: 1) I have downloaded HoloEverywhere-master project from HoloEveryWhere 2) I go to File - Import - Projects from Git - URI Into Location - URI: github.com/Prototik/HoloEverywhere.git and Marked only…
2
votes
2 answers

How to get currently visible fragment from activity when using holoeverywhere slider addon?

I want to know how to perform these actions in holoeverywhere: Get reference to the currently visible and active fragment from the activity when using slider addon in combination with tabber. Get reference to TabsTabsSwipeFragment from the…
Mehdi Fanai
  • 4,021
  • 13
  • 50
  • 75
2
votes
1 answer

Style contains key with bad entry: 0x010102cd

Hello im trying to use holoeverywhere with actionbarsherlock. My problem is that on low android version (i tried on SDK 8) i get strange errors. 10-16 11:28:16.455: E/ResourceType(427): Style contains key with bad entry: 0x010102cd 10-16…
dasdasd
  • 1,971
  • 10
  • 45
  • 72
2
votes
2 answers

Attribute duplication importing HoloEverywhere and ActionbarSherlock in Eclipse

I have been struggling with this problem for hours now. I have tried all tips I found at StackOverflow, but they did not help me. The problem: I have imported HoloEverywhere in Eclipse. I then imported ActionbarSherlock into HoloEverywhere, as is…
2
votes
0 answers

ActionBar Sherlock build issues in maven

Hi i am trying to build an android project that uses actionbarsherlock and holoeverywhere but everytime i build via mvn install i get the follow error: [INFO] /Users/Jonathan/Android work/Hello/res/values/attrs.xml:11: error: Attribute…
Jono
  • 17,341
  • 48
  • 135
  • 217
2
votes
1 answer

Any chance to use holoeverywhere and appcompat together?

Since google released the new support library v7, I use the appcompat library instead of actionbarsherlock. With the appcompat library the actionbar still works, if I disable the recreating at orientation change…
2
votes
3 answers

HoloEverywhere: BaseExpandableListAdapter getChildView and Checkbox state

I'm using Holoeverywhere library and corresponding classes: ExpandableListview, BaseExpandableListAdapter. getChildView of a class extending BaseExpandableListAdapter I have contains: checkBox.setText(option.getTitle()); …
midnight
  • 3,420
  • 3
  • 36
  • 58
1 2
3
14 15