com.uoc.alberto.cuentosbilingues
Class R.style

java.lang.Object
  extended by com.uoc.alberto.cuentosbilingues.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.

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()