ims.gpschildfinder
Class R.style

java.lang.Object
  extended by ims.gpschildfinder.R.style
Enclosing class:
R

public static final class R.style
extends java.lang.Object


Field Summary
static int AppBaseTheme
          Base application theme, dependent on API level.
static int AppTheme
          Application theme.
 
Constructor Summary
R.style()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AppBaseTheme

public static final int AppBaseTheme
Base application theme, dependent on API level. This theme is replaced by AppBaseTheme from res/values-vXX/styles.xml on newer devices. Theme customizations available in newer API levels can go in res/values-vXX/styles.xml, while customizations related to backward-compatibility can go here. Base application theme for API 11+. This theme completely replaces AppBaseTheme from res/values/styles.xml on API 11+ devices. API 11 theme customizations can go here. Base application theme for API 14+. This theme completely replaces AppBaseTheme from BOTH res/values/styles.xml and res/values-v11/styles.xml on API 14+ devices. API 14 theme customizations can go here.

See Also:
Constant Field Values

AppTheme

public static final int AppTheme
Application theme. All customizations that are NOT specific to a particular API-level can go here.

See Also:
Constant Field Values
Constructor Detail

R.style

public R.style()