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
0
votes
1 answer

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 android:theme="@style/SampleTheme.Light". I'm not very…
jcfrei
  • 1,819
  • 4
  • 19
  • 35
0
votes
1 answer

HoloEverywhere 1.4.2 + Maven Not building the demo Android project

I have holoeveywhere "running" in eclipse and I can successully build the "HoloEverywhere Build", as referenced in this link. https://github.com/ChristopheVersieux/HoloEverywhere/wiki/Maven However, when I try to build the "HoloEverywhere Demo Run",…
0
votes
1 answer

HoloEverywhere's SlidingMenu & transitioning between activities

I am using HoloEverywhere + ActionBar Sherlock + HoloEverywhere's sliding menu addon. When clicking an item in the sliding menu, I start various activities. My problem is to implement what Cyril Mottier talks about in his article about Prixing's…
Vincent Mimoun-Prat
  • 28,208
  • 16
  • 81
  • 124
0
votes
2 answers

Emulating Gingerbread

I am trying to emulate Gingerbread (on the emulator) in order to test if the HoloEverywhere library works, but I am suddenly confused about how exactly to do this. There are three variables I see that can be changed: Change my project build target…
John Roberts
  • 5,885
  • 21
  • 70
  • 124
0
votes
1 answer

HoloEveryWhere: ViewPagerIndicator with PreferenceFragment, Error inflating class

I am using HoloEveryWhere together with ViewPagerIndicator and am trying to use PreferenceFragment (HoloEveryWhere) in a PreferenceActivity (HoloEveryWhere) and can't fix the errors...I must be overlooking something part of the log: 01-13…
0
votes
2 answers

Fragment tab content not shown with HoloEverywhere and ActionbarSherlock

Hi I'm making this app with two fragments that you can swipe between. The code compiles and runs without crashing and both tabs are shown and you can swipe between the tabs but the tabs have no content. I think this is a problem with the fragments…
0
votes
1 answer

How would I implement this color picker in my app?

I'm currently using this colorpicker for android, but I'm not sure how to set a the textColor of a textview in another activity from this colorpicker. Anyone have any experience with this library? Thanks! Also, if you need any of my code, please…
TheWizKid95
  • 721
  • 6
  • 16
0
votes
1 answer

HoloEveryWhere not changing ActionBarColor on ICS + - Custom theme

I am using HoloEveryWhere Library with Holo.Theme.Sherlock.Light as the parent theme. I am also using splitActionBarWhenNarrow and so the top ActionBar and bottom ActionBar will be of Light colors. I would like to have dark color in top ActionBar,…
0
votes
1 answer

I can't get ViewPageIndicator to swipe

i have created a new project and included the HoloEveryWhere library. Then I decided to add the ViewPageIndicator. I copied all the code from ViewPageIndicator sample but it didn't work. I tried using SherlockFragment but that didn't work either. So…
0
votes
3 answers

How do I reference HoloEverywhere in styles.xml?

How do I reference the HoloEverywhere themes from my project? Here's my styles_course.xml file that needs a parent theme, preferably holo light with dark action bar. Notice that the parent attribute is blank.
0
votes
2 answers

Instantiation Failed: NullPointer Exception

Well, after many other issues I have finally weeded it down to this one error that keeps happening when I try and open the application. I have tried other solutions for NullPointerExceptions but they do not seem to work. Here is a LogCat: 12-08…
0
votes
1 answer

ActionBarSherlock + HoloEverywhere + SlidingMenu EditText issue

I have been messing around lately with these amazing libraries: ActionBarSherlock, HoloEverywhere and SlidingMenu. Then I stumbled upon this weird issue: When I add an EditText inside a View, HoloEverywhere theming is working fine. But when I add an…
0
votes
1 answer

ActionBasSherlock, Holoeverywhere and themes

I'm trying to implement the choice of two themes, Dark and Light. The dark one is working fine, but when I choose the light theme it's rendered not correctly (the action bar is light, the text is dark but the backgorund is still dark). By the way in…
Enrichman
  • 11,157
  • 11
  • 67
  • 101
0
votes
1 answer

Instances of SharedPreferences in different SActivites share an inconsistent view of the data

I was using SharedPreferences and everything was working fine. Then I started tweaking the UI. I added HoloEverywhere as a dependency and extended SActivity instead of Activity. Now none of the SharedPreferences work. mPrefs =…
Some Noob Student
  • 14,186
  • 13
  • 65
  • 103
0
votes
1 answer

Install a Android Library into local Maven Repo

I am trying to use HoloEverywhere 1.3.2 in my android project and I am using Maven to build the project. The latest version of HoloEverywhere in Maven Central is 1.2.0. Authors of HoloEverywhere are in the process of pushing the latest version of…
Gaurav Agarwal
  • 18,754
  • 29
  • 105
  • 166
1 2 3
14
15