public class HoloEverywhere
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HoloEverywhere.PreferenceImpl |
| Modifier and Type | Field and Description |
|---|---|
static boolean |
ALWAYS_USE_PARENT_THEME
When you call new activity it will be has parent activity theme
|
static boolean |
DEBUG
Print some debug lines in Log
|
static boolean |
DISABLE_OVERSCROLL_EFFECT
Disable any overscroll effects for views
|
static boolean |
NAMED_PREFERENCES
Since 1.5 to preferences can be assigned id instead of key.
|
static java.lang.String |
PACKAGE
Main package of HoloEverywhere
|
static HoloEverywhere.PreferenceImpl |
PREFERENCE_IMPL
Preference implementation using by default
|
static boolean |
WRAP_TO_NATIVE_CONTEXT_MENU
Wrap any context menu calls by native classes.
|
public static boolean ALWAYS_USE_PARENT_THEME
public static boolean DEBUG
public static boolean DISABLE_OVERSCROLL_EFFECT
public static boolean NAMED_PREFERENCES
preference_0x7fABCDEFIf it options true - key for the preference will be name of id row:
<Preference holo:id="@+id/myCoolPreference" /> Key for SharedPreferences: myCoolPreference
public static final java.lang.String PACKAGE
public static HoloEverywhere.PreferenceImpl PREFERENCE_IMPL
public static boolean WRAP_TO_NATIVE_CONTEXT_MENU
Copyright © 2012-2013. All Rights Reserved.