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

ViewPagerIndicator tabs loses content

I am using Holoeverywhere and ViewPagerIndicator; using Holoeverywhere1 I implemented the slider and tabs in the Fragment using ViewPagerIndicator. Everything is working fine, Slider working, the menu in it, the tabs; the tabs works fine only the…
1
vote
1 answer

custom attribute is not working in HoloEverywhere

I am using HoloEverywhere library in my application and for applying typeface from theme I have added a new custom attribute ttfName to TextView style, and have made some necessary changes in constructor of org.holoeverywhere.widget.TextView as…
Rupesh
  • 3,415
  • 2
  • 26
  • 30
1
vote
1 answer

How to use holoeverywhere in the intellij idea? Can I use the holoeverywhere in the finished project under 2.3?

I imported holoeverywhere like jar in project. But when I tried use theme, nothing not changed. What should I do to make it work? package com.example.testholo; import android.app.Activity; import android.os.Bundle; public…
ar-g
  • 3,417
  • 2
  • 28
  • 39
1
vote
1 answer

Troubles while importing HoloEverywhere

I'm following this guide: https://stackoverflow.com/a/10888882/1943607 Follow the steps below to add HoloEverywhere Download Zip from GitHub to your computer UnZip the folder Go to eclipse and choose File->New-> Android Project Select Create…
Reinherd
  • 5,476
  • 7
  • 51
  • 88
1
vote
0 answers

ProgressDialog only works in Landscape orientation (not portrait)

I'm trying to have a progress dialog pop up after a user clicks on an icon, so that they are aware that the next activity (a Tag Scanner) is starting. The problem is that the progress dialog only pops up when the phone is in landscape orientation…
Art
  • 223
  • 2
  • 8
1
vote
2 answers

ICS style EditText for API level 8

How can I set the Style for an EditText with Holo theme which is in ICS to make it compatible for devices with API level 8. I tried the following code, but it is not compatible with API 8.
Manjunath
  • 2,063
  • 2
  • 29
  • 60
1
vote
3 answers

Android HoloEverywhere: No top ActionBar/TitleBar on default Holo.Theme issue

I'm using HoloEverywhere port for my app and I have this really weird issue: on Gingerbread the default Holo.Theme doesn't show the top ActionBar/TitleBar on any of the activity (yes I did go over all my layouts and XMLs manifest for 'silly'…
1
vote
1 answer

Setting Buttons and EditText theme to Holo after implementing HoloEverywhere and SherlockActionBar?

Finally I was able to implement successfully the libraries Sherlock and Holo . Now after creating my own project, and setting in the manifest file the theme to: android:theme="@style/Theme.Sherlock.Light" I tried to run the application on my…
Alex
  • 1,639
  • 3
  • 18
  • 33
1
vote
1 answer

how to set holo UI theme without action bar in android 2.3 and above

Is there a way to use Holo theme in android 2.3 without using actionBar with it. I tried using Holoeverywhere library but it is showing actionbarbar as well. Also I want the Holo UI same throughout the app no matter which OS version user is on…
abhishek
  • 857
  • 3
  • 13
  • 34
1
vote
0 answers

ClassNotFoundException in HoloEverywhere when using MapView

I want to add a map as a header to a ListFragment. Everything seemed to worked fine except when the device orientation changes. The ListFragment: @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle…
i906
  • 1,677
  • 2
  • 16
  • 20
1
vote
1 answer

Datadroid and sliding menu / HoloEverwhere

I am trying to use Datadroid and sliding menu/HoloEverywhere. Sliding menu is using Fragment. Is it possible that Datadroid will be a Fragment to a main activity? :) I have successfully made a datadroid app in just one activity like this: public…
Chris Ian
  • 771
  • 1
  • 7
  • 19
1
vote
0 answers

Jarsigner being found in wrong directory - HoloEverywhere + Maven

I'm currently trying to build my holoeverywhere project using the guidelines on this page. https://github.com/ChristopheVersieux/HoloEverywhere/wiki/Maven When I try to build my project, however, it eventually gets to a build failure regarding the…
aindurti
  • 632
  • 1
  • 8
  • 24
1
vote
1 answer

Dialogbox not visible in HoloEverywhere

I am trying to implement a DialogFragment using HoloEverywhere. But the border of the Dialogbox is not visible as shown in the image below DialogsDialogFragment import org.holoeverywhere.LayoutInflater; import…
Gaurav Agarwal
  • 18,754
  • 29
  • 105
  • 166
1
vote
1 answer

How can I hide the SubMenu when click the SearchView icon on ActionBar using HoloEveryWhere?

A searchview and a submenu are put on my actionbar in my demo like this: @Override public boolean onPrepareOptionsMenu(Menu menu) { SearchView searchView = new SearchView(getSupportActionBar() .getThemedContext()); …
1
vote
1 answer

My app force closes on setcontentview when using the holoeverywhere library

Hi I'm trying to make my app backwards compatible using holoeverywhere. In my app I have a tab activity and 3 holoeverywhere activitys. When I run my app on a 2.3.3 emulator it runs and my first tab is shown but if I switch to my second or third tab…
user1762507
  • 772
  • 9
  • 32