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
26
votes
4 answers

Force overflow menu in ActionBarSherlock

I want the 4.0+ overflow menu to be used on pre ICS devices (2.3 - 2.1). I'm using HoloEverywhere with ActionBarSherlock. I tried the following solution: ActionBarSherlock & HoloEverywhere - Forcing Overflow? but it does not work because…
19
votes
7 answers

HoloEverywhere error: build path contains duplicate entry src

I'm developing an app currently which shall use ActionBarSherlock and HoloEverywhere however whenever I try to import the HoloEverywhere library into eclipse I get the following error: Build path contains duplicate entry: 'src' in project…
Vinuthan
  • 1,035
  • 2
  • 12
  • 20
18
votes
1 answer

Building Android Studio project with HoloEverywhere fails

Whenever I try to build my project that contains HoloEverywhere as a dependency, I come across this error: Gradle: FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':HoloEverywhere…
18
votes
5 answers

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 blue color and the color of the numbers,and keep…
user1796624
  • 3,665
  • 7
  • 38
  • 65
14
votes
4 answers

Error importing HoloEverywhere

First of all, I am new with Android. I am doing an app, and I am implementing a library called HoloEverywhere. This library use in the themes.xml the library ActionBar Sherlock. I have imported to my workspace ActionBar Sherlock and I have added it…
Alexrs95
  • 392
  • 1
  • 3
  • 13
12
votes
4 answers

Samsung Galaxy/Holoeverywhere - Resource is not a ColorStateList (color or path)

I'm getting the following crash on the Samsung Galaxy Ace/Y/Pocket/Mini. It runs fine on all other devices. Crashes are only occurring on Android 2.3.5 or 2.3.6 There is no ref to my code in the stacktrace. It seem to come from the menu layout which…
William
  • 20,150
  • 8
  • 49
  • 91
12
votes
3 answers

How do I apply the HoloEverywhere android theme when using ActionBarSherlock?

I'm building an application that should work on android 2.3 and I added both ActionBarSherlock and HoloEverywhere libraries. In order to use ActionBarSherlock I have to use Theme.Sherlock like so :
9
votes
2 answers

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 org.holoeverywhere.app.Application and at startup execs this static code…
Maxj
  • 139
  • 1
  • 3
  • 10
9
votes
1 answer

Android Spinner Size very large

I'm trying to get an ICS spinner like in my app, and playing around for hours, finally I'm using HoloEverywhere to get this, and it's working, but I have a little disign issue, is that the spinner is not wrapping its content as I set in the xml, and…
Houssem
  • 2,069
  • 3
  • 27
  • 42
8
votes
1 answer

Can't add modules on project structure in Android Studio

The structure project window does not show all the options and I can not add libraries or modules. Check the image: And this is how it should look with all the options: I try to fix that reinstalling androidstudio, but it didn't work. I'm using…
8
votes
2 answers

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 to wrap. Using the default layout,…
8
votes
2 answers

Holo fast scroll look on old devices

About my app I have an app that has the holo look. For pre-Honeycomb devices, I just backported some elements of the Holo theme. Working with themes, styles and attrs is ok for CheckBox, RadioButton ... What I'm trying to do I use a ListView to…
5
votes
1 answer

Using HoloEverywhere library

I'm new to using other libraries, but the current project that I am working on is using this HoloEverywhere library. Unfortunately, no files were given to me from that library, so I had to download it myself. I cloned git repository, but when I add…
SMGhost
  • 3,867
  • 6
  • 38
  • 68
5
votes
1 answer

Mixing holo light and holo dark EditText in theme

I am using Holo dark as the theme of my app. However, there is part of it where I wish to use the EditText from holo light as the background is light in this part. I have tried doing it in themes. It worked when I did something similar for a button…
steprobe
  • 1,659
  • 3
  • 17
  • 32
5
votes
1 answer

HoloEverywhere CLassNotFoundException when using WebView

In my project I have included ActionbarSherlock and HoloEverywhere. I'm using a WebView in a class that extends SActivity and the following error is occuring. Any idea on what may be the problem? 09-26 11:06:01.508: E/ActivityThread(16109): Failed…
1
2 3
14 15