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

Holo theme not applying to dialogs when using holoeverywhere library

I am using ChristopheVersieux's HoloEverywhere library in my Android project. Everything is fine except for the dialogs. Holo styles are not applying on AlertDialogs and custom dialogs.
Amit Jayant
  • 2,501
  • 2
  • 29
  • 38
5
votes
1 answer

ActionBarSherlock & HoloEverywhere - Forcing Overflow?

I have a simple question. For my android app, I'm planning on using the ActionBarSherlock and HoloEverywhere libraries. Everything works well besides one thing: Forcing the overflow menu onto older devices. Without the HoloEverywhere project, the…
4
votes
2 answers

How to display values in a SeekBarPreference

How can I display the seekbar value using a SeekBarPreference?
4
votes
2 answers

android holo light what is the background color

android:minSdkVersion="14" android:targetSdkVersion="18" In theory simple thing. What is the background color for holo.light as I want to use the same color for something else? It's not white neither background_light. Moreover my question is not how…
user2707175
  • 1,133
  • 2
  • 17
  • 44
4
votes
0 answers

Solving Holoeverywhere 1.4 migration errors

Due to some bugs I updated the Holoeverywhere library to 1.4 and ActionbarSherlock to 4.4. I (hopefully) resolved the support jar mismatch error and ASB and HoloEverywhere compile fine against Android 4.2. ABS is a library of HoloEverywhere and…
4
votes
1 answer

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 android.support.v4.app package,…
4
votes
2 answers

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 android 2.3.3 API 10? I am running Android…
nmacbook.nick
  • 151
  • 1
  • 7
3
votes
2 answers

Android : Theme.Holo VS Theme.AppCompat

I use "@android:style/Theme.Holo" as my game's theme : But to be able to set up a snackbar widget, I have no choice but using "@style/Theme.AppCompat", otherwise I get this error message : You need to use a Theme.AppCompat theme (or descendant)…
Greelings
  • 4,964
  • 7
  • 34
  • 70
3
votes
1 answer

aacdecoder-android accplayer fails stream music on 4.4.+

There is a problem with HoloEverywhere and AACDecoder (com.spoledge.aacdecoder). When I try click play music from stream I get this: 12-13 09:50:33.044 24134-24225/com.example.aapxxx E/AACPlayer﹕ playAsync(): java.lang.NullPointerException …
deadfish
  • 11,996
  • 12
  • 87
  • 136
3
votes
1 answer

conflict between ActionBarSherlock and HoloEverywhere library

i would like to use these libraries together in my project, but after i added these ones in my project, i got some errors. 1)i did ActionBarSherlock and HoloEverywhere as libraries. 2)i attached ActionBarSherlock library in the HoloEverywhere…
3
votes
2 answers

HoloEverywhere, ActionBarSherlock with Gradle gives 'Attribute xxx has already been defined'

I'm trying to migrate from Maven to Gradle with my project. So far we used HoloEverywhere v1.6.1 and ABS v4.3.1 and with Maven everything worked fine. Now I'm upgrading to HoloEverywhere v2.0.0-SNAPSHOT (latest master @…
Martynas Jurkus
  • 9,231
  • 13
  • 59
  • 101
3
votes
2 answers

SeekBar Holo Theme using Support Library

I am using the Android Support Library v4 and v7 to get Fragments, Swipe-able View Pagers, and even ActionBar! It works and the graphics are really nice! However while the graphics for the above look nice and consistent in Android 2.x and Android…
3
votes
2 answers

Custom error popup for TextView/EditText in HoloEverywhere?

In HoloEverywhere, is there a way to change the background drawable of the popup which is triggered through TextView.setError(...)? Note: The default (non-HoloEverywhere) TextView/EditText uses internal resources for the popup and thus cannot be…
3
votes
4 answers

onSharedPreferenceChanged() Never called

I recently imported the HoloEverywhere library from GitHub into Eclpse and have begun using it in an app that has already been working. Overall I am happy with the library and things have been going well. I am trying to use the…
3
votes
2 answers

Add Holoeverywhere to project in Android Studio

I'm new in Gradle and Android Studio(Intellij Idea based IDE). My problem is to correct import holoeverywhere to project. I read many similar topics but they dign't give my solution on my problem. Similar topics: Android Studio not working with…
1
2
3
14 15