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
2 answers

How do I use the downloaded android holo icons, stencils, fonts?

I have downloaded the entire pack from http://developer.android.com/design/downloads/index.html I want to know how to use those. Do I place it somewhere in the android sdk folder so that it is visible in my Graphical Layout in Eclipse editor or…
1
vote
1 answer

Attribute Already Defined When Using HoloEverywhere and UnifiedPreference

I have a project that is currently using ActionBarSherlock, Crouton, and UnifiedPreference which works (compiles, runs without issue on devices and emulator for Android 2.3.3+). I want to add HoloEverywhere so that I can keep a unified interface…
1
vote
1 answer

Holo effects to programmatically generated textviews?

I'm generating TextViews on LinearLayout programmatically and I want to display the programmatically generated TextViews with Holo effects while on touch on the LinearLayout for (int i = 1; i <= 10; i++) { LinearLayout linLayout=…
LOG_TAG
  • 19,894
  • 12
  • 72
  • 105
1
vote
2 answers

Error using HoloEverywhere in the last step

I'm trying to use HoloEveryWhere with ABS. I followed this little tutorial from an answer: Error importing HoloEverywhere The last step says to add this in my manifest:
EGHDK
  • 17,818
  • 45
  • 129
  • 204
1
vote
2 answers

setVisibility() is not refreshing the activity layout

I am setting the visibility of a button as VISIBLE or GONE on spinner item selection:- selectUserTypeSpinner.setOnItemSelectedListener(new OnItemSelectedListener() { @Override public void onItemSelected(AdapterView parent,…
1
vote
0 answers

How to get Roboto font in ViewPager with HoloEverywhere

I am trying to use Christophe Versieux's excellent HoloEverywhere library in a ViewPager which is used in a fragment. If I have the following layout for my fragment ...
jFort
  • 327
  • 6
  • 17
1
vote
1 answer

How to setup HoloEverywhere on ADT?

I'm trying to use HoloEveryWhere on ADT(Eclipse). What I make wrong? I'm download that File > Import > Existing Code into Workspace I'm download that 2 Step again(library is disabled). I'm trying to change…
Sekhmet
  • 523
  • 1
  • 7
  • 21
1
vote
1 answer

HoloEverywhere Not working in Application

When I try to use HoloEverywhere with my settings activity I get this error in logcat: 10-26 09:56:59.653: E/AndroidRuntime(3552): android.view.InflateException: Binary XML file line #2: Error inflating class 10-26 09:56:59.653:…
taraloca
  • 9,077
  • 9
  • 44
  • 77
1
vote
1 answer

HoloEverywhere method does not override or implement a method from a supertype

I am trying to use HoloEverywhere 1.3.2 with Maven build system in IntelliJ. Below is the code from my AndroidManifest.xml
Gaurav Agarwal
  • 18,754
  • 29
  • 105
  • 166
1
vote
0 answers

Getting R could not be resolved by a variable when importing HoloEverywhere

So i have ActioanBar and Viewflow fully implemented in my app. I have been reading that HoloEverywhere needs actionbar, so that should not be any problems... It happends right after i have choosen, Properties --> Android --> Add --> Holo lib Then…
1
vote
1 answer

import ActionBarSherlock to eclipse

I want to use ActionBarSherlock and HoloEveryWhere in my Android app but when I import ActionBarSherlock Library in Eclipse, imported library contains many errors !!! Library folder screenshot : here (Updated) Problems screenshot : here How can I…
user1517313
1
vote
1 answer
0
votes
1 answer

Why does WebView elements still have Holo UI and how to change them?

I have a webView in one of my Android apps with setBuiltInZoomControls() set to true but I see that the zoom control has Holo UI instead of Material: What is the best way to change or customize this?
0
votes
0 answers

Replacing old library with another

I'm new in android programming , I downloaded project that uses holoeverywhere library so I wont to know if I can replace it by another one (like ActionBarSherlock replaced by AppCompat ) ? the project uses those , how I deal with it? import…
J.Mod
  • 1
  • 3
0
votes
1 answer

ActionBarSherlock crashes my app on Android 6.0

I have an app that was written a couple years back that I am in the process of maintaining. The app uses HoloEverywhere and ActionBarSherlock to provide certain functionality back to older versions of the OS. Until recently there have never been…