sk.baka.ambient
Class R.style

java.lang.Object
  extended by sk.baka.ambient.R.style
Enclosing class:
R

public static final class R.style
extends Object


Field Summary
static int Theme
           
static int Theme_NoTitle
           
static int Theme_Translucent
          Variation on our application theme that has a translucent background.
static int Theme_Transparent
          Variation on our application theme that has a transparent background; this example completely removes the background, allowing the activity to decide how to composite.
 
Constructor Summary
R.style()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Theme

public static final int Theme
See Also:
Constant Field Values

Theme_NoTitle

public static final int Theme_NoTitle
See Also:
Constant Field Values

Theme_Translucent

public static final int Theme_Translucent
Variation on our application theme that has a translucent background.

See Also:
Constant Field Values

Theme_Transparent

public static final int Theme_Transparent
Variation on our application theme that has a transparent background; this example completely removes the background, allowing the activity to decide how to composite.

See Also:
Constant Field Values
Constructor Detail

R.style

public R.style()


Copyright © 2007-2008. All Rights Reserved.