Questions tagged [holoeverywhere]

Bringing Holo Theme from Android 4.1 to 2.1 and above.

16 questions
2
votes
0 answers

Styling of AlertDialog buttons

In my application I use holoeverywhere. I would like to change the appearance of AlertDialog and I got stuck on buttons below alert dialog. I took a look how things were done in holoeverywhere and I tried to modify that. Here is backtracking of my…
user3104537
2
votes
1 answer

ProGuard makes my app crash

I've just finished my application, so I wanted to obfuscate it with ProGuard. The application uses holoeverywhere and Action Bar Sherlock libraries, so I tried to told it to ProGuard. I'm using Eclipse, and this is the project.properties file: #…
2
votes
0 answers

ERROR: In LinearLayoutICS, unable to find attribute divider Holoeverywhere

i use appcompat Getting this with HE 2.2.1-SNAPSHOT. Here are some parts of my build.gradle: android { compileSdkVersion 19 buildToolsVersion '19.0.1' defaultConfig { minSdkVersion 10 targetSdkVersion 19 …
1
vote
1 answer

Can't build the project with Holo Everywhere

All I did was to add HoloEverywhere Library as a library to my project and change in the manifest from android:theme="@android:style/Theme.Holo.NoActionBar.Fullscreen" > to android:theme="@style/Holo.Theme.NoActionBar.Fullscreen" > Now I can't run…
KKO
  • 1,913
  • 3
  • 27
  • 35
1
vote
2 answers

How to change theme (or style) for PreferenceActivity

I am using holoeverywhere. I have created my own theme for my app and I can apply this theme to my activities with success. My theme changes drawables for CheckBox, EditText, DatePicker and so on. The problem is that this theme does npot work for…
user3104537
1
vote
1 answer

ActionBar exactly like Facebook app

I want to build a single-line action bar exactly like in fb, with tabs embedded inside the actionbar in form of icons at center so that when user swipes page the next icon is highlighted. I'm using HoloEverywhere lib which uses actionbarsherlock…
1
vote
2 answers

Apply Holo theme to pre 3.0 Android versions?

I am curious about how to apply HOLO theme in older android version devices. I know there is way using ActionBarSherlock library. But I am not very sure about how to accomplish it. Any suggestion are welcome. Thanks in advance.
Virag Brahme
  • 2,062
  • 1
  • 20
  • 32
1
vote
0 answers

Screen rendering glitch on Nexus 4

When running my application on the Nexus 4, the screen looks like this: I have no idea of what is happening, there is nothing unusual on the views or activity. This is how it is suposed to look like: I'm using Actionbar Sherlock and…
marcosbeirigo
  • 11,098
  • 6
  • 39
  • 57
0
votes
0 answers

holoeverywhere gradle version conflicts

MyApp build.gradle looks like this apply plugin: 'holoeverywhere-app' apply plugin: 'com.android.application' configurations.all { resolutionStrategy.failOnVersionConflict() } android { .... blah blah nothing…
0
votes
0 answers

importing HoloEverywhere unable to find attribute divider

I imported HoloEverywhere using git and got so many errors but I managed to fix some of them. However, i can't find solution for this error: Error:Execution failed for task ':app:libs:HoloEverywhere:processReleaseResources'. >…
dgzz
  • 2,929
  • 6
  • 34
  • 56
0
votes
3 answers

Butterknife library not working with HoloEverywhere/Android bootstrap

I am currently coding on the Android Bootstrap app, I want to have the new DataPickers en make use of new widgets without worrying about porting back to 2.1+ so I use the HoloEveryWhere Library. I also use the Android Bootstrap with Butterknife…
0
votes
0 answers

Android holoeverywhere fullscreen

i want to know how to set my activity to fullscreen. i know how to do it normally without using the holoeverywhere libs. but i cant get it to work using holoeverywhere. This is what i have inside my on create method trying to do this public class…
0
votes
3 answers

ListView not refreshed until user interaction

I have a ListView and a custom adapter. When the user changes the sort type from a spinner, I want to redraw the list with the new items. The problem is that the ListView is re-drawn only after I interact with it on the device (start scrolling for…
TrtG
  • 2,778
  • 6
  • 26
  • 39
0
votes
1 answer

How to set holoeverywhere slider menu width (addonSlider)?

I'm having a bit of a problem setting the addonSlider() (aka Sliding menu) width for menu/shadow. I looked inside the AddonSlider class and SliderMenu class and didn't find anything that refers to setting the width of menu/shadow. The only thing…
0
votes
1 answer

InflateException with HoloEverywhere Listview

Im' trying to implement a drawer menu on my Android + HoloEverywhere app. I'v used the method described on http://developer.android.com/training/implementing-navigation/nav-drawer.html to get started. The only difference is that I import a…
TrtG
  • 2,778
  • 6
  • 26
  • 39
1
2