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
1
vote
1 answer

Android Holoeverywhere Proguard hell

I am getting the following error while testing my app in release mode, with proguard obfuscation: 08-09 21:44:06.140: E/AndroidRuntime(4465): FATAL EXCEPTION: main 08-09 21:44:06.140: E/AndroidRuntime(4465):…
andresmafra
  • 491
  • 7
  • 19
1
vote
1 answer

Importing HoloEverywhere into Eclipse: Error: No resource found that matches the given name

I cannot get HoloEverywhere to work in Eclipse. Eclipse shows 606 errors in themes-core.xml and themes.xml, all saying error: Error: No resource found that matches the given name: attr 'activatedBackgroundIndicator' (Or another attributes). As an…
FD_
  • 12,947
  • 4
  • 35
  • 62
1
vote
2 answers

android- apply holographic theme to my app

I want to make an app that always works with holographic theme(not important on which version of android). is it possible to apply Holographic them to my app on android version below 3.x ?
Soheil
  • 1,676
  • 7
  • 34
  • 65
1
vote
1 answer

Actionbar home button click

I have a problem regarding the actionbar home button. When my app starts, the home button is not clickable, and does nothing. When I move 1 level in the app, I set home to clickable, and use it as an up button. When I go back to the main menu, the…
1
vote
1 answer

How to highlight selected rows in ListView on Android 2.3.3. (HoloeveryWhere + ABS)

XML: JAVA: import org.holoeverywhere.app.ListFragment; import org.holoeverywhere.widget.ListView; .... …
1
vote
1 answer

how to use the IcsListPopupWindow for showing a drop down list on any view?

background i'm trying to allow any view to show a drop down list (not a dialog, but a list that is shown below/above the view), as shown for spinners (starting from API 11 , as shown here) . for this, i'm using IcsListPopupWindow.java from…
1
vote
1 answer

how to findpreference() in holoeverywhere?

findpreference(R.id.myprefid) always returns null in my holoeverywhere preferenceActivity.I was unable to find an example for findpreference. Here is my preference xml:
Mehdi Fanai
  • 4,021
  • 13
  • 50
  • 75
1
vote
4 answers

How to change theme of TabHost from Holo.Light to Dark theme

I have been trying to change the theme for TabHost. So far I have got till here: I have achieved this by using the following xml:
1
vote
1 answer

"Error: No resource found that matches the given name" HoloEverywhere

I imported HoloEverywhere following this guide: https://github.com/Prototik/HoloEverywhere/wiki/Import-in-IDE and this guide: Error importing HoloEverywhere I checked my libs reference i check my build target to be the highest i checked everything…
dasdasd
  • 1,971
  • 10
  • 45
  • 72
1
vote
1 answer

SeekBarPreference/NumberPickerPreference ClassCastException

I am using holoeverywhere library and I am getting this error when I start ActivityPreference: 06-22 22:54:23.425: E/AndroidRuntime(11853): FATAL EXCEPTION: main 06-22 22:54:23.425: E/AndroidRuntime(11853): java.lang.RuntimeException: Unable to…
1
vote
1 answer

Android - Move to HoloEverywhere

I have a somewhat big Android project and now I'm starting to worry about backwards compatibility. As such, I decided to use HoloEverywhere in my project so that my app looks well on older versions of Android. From the looks of it, I now have to…
1
vote
0 answers

How to change line colors and using SherlockActionBar, SherlockFragment and HoloEverywhere?

I must change collors from my tabs, from my tab indicator, the line between tabs and action bar and the separator tabs. I've already read something about it, looked around but without any success. To be clear, the customization that i need to do is…
Igor
  • 1,397
  • 3
  • 24
  • 56
1
vote
1 answer

How to change color or customze DatePickerDialog?

I want to change color of DatePicker that will fit a brand. How I can do that? Also I want to make in consistent across all verions so I use HoloEverywhere for that. I achieve consistent new UI but now I want to change colors dividers of this…
Mr Kohn Doew
  • 277
  • 1
  • 2
  • 18
1
vote
1 answer

Android - why does the background image make the buttons look so strange?

I am trying to use the Android Holo.Light theme and for some reason when I add a background image, it makes the buttons look very strange and see-through. Here is a screen shot: Would anyone know why this happens? It looks very strange. Is it meant…
Genadinik
  • 18,153
  • 63
  • 185
  • 284
1
vote
1 answer

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 HoloEverywhere from GitHub master sources. Since that,…
Alberto Estrella
  • 671
  • 9
  • 19