Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
96 views

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?
waseefakhtar's user avatar
  • 1,423
0 votes
0 answers
92 views

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 ...
J.Mod's user avatar
  • 1
3 votes
2 answers
12k views

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 ...
Greelings's user avatar
  • 5,414
0 votes
1 answer
547 views

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 ...
Blazerhawk's user avatar
0 votes
1 answer
78 views

Android app is only running when compiled using older maven repository

I`m working on a project that compiles correctly but crashes on start when I set new maven repository on build.gradle file. The project is using the lib holoeverywhere, and it crashes with the error: ...
Luckcheese's user avatar
0 votes
2 answers
616 views

How to set Holo style for android radiobutton

I have set the radiobutton drawble to make it appears to the right of the text. But I want to set the Holo style for this radiobutton. how ? code: <RadioButton android:id="@+id/rb2" android:...
Adham's user avatar
  • 64.8k
0 votes
1 answer
224 views

Fail to add Holoeverywhere to Android Studio Library, Error: "hostname in certificate didn't match"

I followed the guideline in the github to add Holoeverywhere in Android Studio (Guidelines as follow). Guidelines Checkout from Version Control - Git Typo in Repository URL: https://github.com/...
Derekyy's user avatar
  • 1,038
0 votes
0 answers
221 views

holoeverywhere gradle version conflicts

MyApp build.gradle looks like this apply plugin: 'holoeverywhere-app' apply plugin: 'com.android.application' configurations.all { resolutionStrategy.failOnVersionConflict() } android { ...
Timmy Simons's user avatar
0 votes
1 answer
291 views

How to use Holo Everywhere that having app compat library

I recently decided to use Holo everywhere for my project. So I downloaded the library & add it to my project. Since the library supports AppCompat library, I removed the existing AppCompat ...
user avatar
0 votes
1 answer
306 views

Trying to use "android-holo-colors.com" and "AppCompat"

I'm develiping an Android application in Eclipse, with minSdkVersion="8" I want to use the theme generated by "android-holo-colors.com" but the file values/themes_apptheme.xml throws an error in this ...
sports's user avatar
  • 8,147
0 votes
3 answers
921 views

Activity as Dialog Just On Larger Screen

I'm developing an Android app that needs to support 2.3+. I'm using HoloEverywhere as a layout library. My app runs perfectly on smartphones and tablets, but for now I'm using the same layout for all ...
Elvis Oliveira's user avatar
1 vote
1 answer
128 views

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/...
KKO's user avatar
  • 1,933
1 vote
1 answer
1k views

Holo theme not working on splash screen...App crashes

Hi I wanted to add holo theme for my app but when I check my splash graphic layout it doesn't seem to work and my app crashes. I want to add holo theme for whole app. Also I want to get rid of the ...
Sachi's user avatar
  • 117
0 votes
0 answers
236 views

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:...
dgzz's user avatar
  • 2,989
-3 votes
1 answer
118 views

why app is not run in android device version 2.3 to 2.3.7 [closed]

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19" /> <application android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/...
Rajesh Singh's user avatar
0 votes
1 answer
114 views

Holoeverywhere lint errors

I am developing an android application in which I use HoloEverywhere. The implementation all went well, but now I want to create a signed application. Before being able to create a signed application,...
Arnout's user avatar
  • 657
1 vote
2 answers
3k views

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 ...
user avatar
1 vote
1 answer
1k views

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 ...
Timmy Simons's user avatar
5 votes
2 answers
5k views

How to display values in a SeekBarPreference

How can I display the seekbar value using a SeekBarPreference? <PreferenceCategory android:title="Delay between change image"> <SeekBarPreference android:id="@+id/...
oneassasin's user avatar
0 votes
3 answers
529 views

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 ...
Richard Lindhout's user avatar
0 votes
1 answer
108 views

Use holoeverywhere in combination with actionBarSherlock

I am having trouble using the HoloEverywhere library. At first, I was just using ActionbarSherlock. Now, I would like to implement the holo theme on older devices aswell. So I downloaded the library,...
Arnout's user avatar
  • 657
2 votes
1 answer
381 views

HoloEverywhere - conflict attributes

I added maven repository of HoloEverywhere and added dependence on library. allprojects { repositories { mavenCentral() maven { url "http://192.241.191.41/repo" } } } Just ...
oneassasin's user avatar
2 votes
1 answer
250 views

Listview and Spinner Holloeverywhere conflict?

i use Listview and Spinner holoeverywhere in my Activity, if i set import import android.widget.AdapterView; import android.widget.ArrayAdapter; import android.widget.ListView; import android....
bukanamay's user avatar
  • 575
0 votes
1 answer
178 views

setTitle AlertDialog holoeverywhere crashes?

I get an get error when I use setTitle on AlertDialog with Holoeverywhere ... java.lang.ClassCastException: org.holoeverywhere.app.Dialog$DialogTitle cannot be cast to org.holoeverywhere.widget....
Amay Diam's user avatar
  • 2,591
2 votes
1 answer
1k views

How to use HoloEverywhere theme in Eclipse?

I face problems with holo everywhere theme and ABS: 1) I have downloaded HoloEverywhere-master project from HoloEveryWhere 2) I go to File - Import - Projects from Git - URI Into Location - URI: ...
Sam's user avatar
  • 43
0 votes
0 answers
104 views

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 ...
user3204203's user avatar
1 vote
1 answer
298 views

AlertDialog Holoeverywhere crashes?

i'm learn holoeverywhere library >> https://github.com/Prototik/HoloEverywhere/ i'm try alertdialog, but i get crashes .. this the error .......... 01-25 10:45:52.799: E/AndroidRuntime(12308): FATAL ...
Amay Diam's user avatar
  • 2,591
1 vote
2 answers
99 views

How can I make a ListView clickable? (NOT item clicks!)

I use an Adapter with a ListView... I want to trigger the ListView click and disable item clicks (visually) In my Adapter I do something like to disable visual click feedback: @Override public View ...
prom85's user avatar
  • 17.7k
0 votes
2 answers
102 views

Android Holoeverywhere DatePreference error

I am using the Holoeverywhere library. I should have a preference where the user picks a date. I put this preference in my file like this <org.holoeverywhere.preference.DatePreference ...
Tooroop's user avatar
  • 1,884
1 vote
1 answer
107 views

Importing HoloEverywhere to existing project as Library

I'm trying to import HoloEverywhere i've downloaded it into my eclipse and tried to import it as a library properties -> on the Android tab -> add library and then extend my ...
Libathos's user avatar
  • 3,362
0 votes
2 answers
2k views

Conflict between Google Play Services and HoloEverywhere dependencies on Android Studio

I've just started using Android Studio and Gradle and I'm facing a conflict error when I try to run my app. I've already done some research and the problem is that HoloEverywhere uses a custom support-...
diegocarloslima's user avatar
0 votes
1 answer
121 views

How to force HoloEveryWhere color/assets with Android 4.4

I'm using HoloEveryWhere library with project having min target android:minSdkVersion="8". I converted Holo assets with custom color and I want to get those used with every platform version. However ...
Niko's user avatar
  • 8,153
0 votes
2 answers
951 views

Problems adding menu items into ActionBar using HoloEveryWhere library

I am following the tutorial https://developer.android.com/training/basics/actionbar/adding-buttons.html Where it says that: If your app is using the Support Library for compatibility on versions ...
Niko's user avatar
  • 8,153
1 vote
1 answer
201 views

Library project with ActionBarCompat and app with HoloEverywhere, can they live together?

I'm developing an application that uses the popular HoloEverywhere library to use ActionBarCompat and get Holo visual style in pre-3.0 devices. It is working perfectly fine. Now I need to integrate a ...
Miguel Botón's user avatar
2 votes
2 answers
42k views

How to get currently visible fragment from activity when using holoeverywhere slider addon?

I want to know how to perform these actions in holoeverywhere: Get reference to the currently visible and active fragment from the activity when using slider addon in combination with tabber. Get ...
Mehdi Fanai's user avatar
  • 4,059
-1 votes
1 answer
576 views

Setting button background via theme makes the button unclickable

Like the title indicates, when setting background of a button via theme, the button stops responding. I believe it is an issue on a few android versions, since my Nexus 4 running KitKat has no issue, ...
hundeva's user avatar
  • 1,058
1 vote
0 answers
1k views

Cannot find symbol method getActionProvider(MenuItem) in MenuItemCompat using Holoeverywhere in Android Studio

I am using Holoeverywhere and attempting to get the ActionView and ActionProvider in my onCreateOptionsMenu method, but gradle complains that both the getActionProvider and getActionView method ...
Patrick Dattilio's user avatar
-1 votes
3 answers
753 views

Textview can't cast to widget [closed]

I combine holoeverywhere with viewpagerindicator in my app, but I get this error: 12-16 16:08:48.485: E/AndroidRuntime(12366): FATAL EXCEPTION: main 12-16 16:08:48.485: E/AndroidRuntime(12366): java....
bukanamay's user avatar
  • 575
0 votes
1 answer
1k views

HoloEverywhere TimePickerDialog round instead of square with two columns?

I am using example from HoloEveryWhere TimePickerDialog import android.os.Bundle; import android.text.format.DateFormat; import org.holoeverywhere.widget.Toast; import org.holoeverywhere.widget....
deadfish's user avatar
  • 12.3k
3 votes
1 answer
1k views

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﹕ ...
deadfish's user avatar
  • 12.3k
1 vote
0 answers
164 views

conflict Holoeverywhere with PullTorefresh listview

I learning holoeverywhere library (https://github.com/Prototik/HoloEverywhere) on my app, but i get issue when combine with PullToRefresh Library (https://github.com/johannilsson/android-pulltorefresh)...
bukanamay's user avatar
  • 575
0 votes
1 answer
463 views

holoeverywhere preference framework not found When Get Id GCM

Hello i newbie in android programming , and i learn use holloeverywhere for my app , but i get error when implement with GCM .. how to fix it ? . sory for my english define holoeverywhere import org....
bukanamay's user avatar
  • 575
0 votes
1 answer
284 views

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 ...
Tazz's user avatar
  • 801
0 votes
1 answer
376 views

Spinner in ActionBar is not updating ListView

I have two elements: Spinner INSIDE THE ACTIONBAR (HoloEverywhere (support.v7)) of my Activity set with an onItemSelectedListener(). Listview in my Activity which is filled with an ArrayAdapter When ...
Sebastian Steinhoff's user avatar
0 votes
1 answer
129 views

Styling my app with custom colors

I'm trying to apply some styles to my app. I've created a custom theme for the ActionBar using this actionbarstylegenerator. But I want to change also in my app, the stock blue Holo color, to a red ...
masmic's user avatar
  • 3,564
0 votes
1 answer
539 views

SearchView widget using HoloEverywhere library doesn't show on Android 2.3.4

I want to implement a SearchView on the ActionBar of one of my activities. I'm using HoloEverywhere, which includes the new AppCompat library and uses it as a base. My Activity, then, extends org....
Marina.Eariel's user avatar
4 votes
2 answers
11k views

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 ...
user2707175's user avatar
  • 1,137
0 votes
0 answers
158 views

Use webview in HoloEverywhere Activity

The problem is simply, when I have an activity from the HoloEverywhere library (import org.holoeverywhere.app.Activity;) the webview does not work, and when I use the same activity, with the same code,...
Oscar Méndez's user avatar
0 votes
0 answers
409 views

Edittext long press menu color

I am using the library holoeverywhere. The problem I have is when I select a word from EditText, the menu that appears does not look good. Below have a picture to better illustrate what happens. How ...
Oscar Méndez's user avatar
1 vote
1 answer
1k views

Holo theme for AppCompat library

I have used the ActionBarSherlock+HoloEverywhere combination for a while, and it is working good. However, the time has come to migrate to the official Google AppCompat library. If I am right, the ...
hundeva's user avatar
  • 1,058

1
2 3 4 5