net.simonvt.menudrawer
Class R.attr

java.lang.Object
  extended by net.simonvt.menudrawer.R.attr
Enclosing class:
R

public static final class R.attr
extends Object


Field Summary
static int mdActiveIndicator
          Drawable used as indicator for the active view.
static int mdContentBackground
          Drawable to use for the background of the content.
static int mdDropShadow
          Drawable used for the drop shadow.
static int mdDropShadowColor
          The color of the drop shadow.
static int mdDropShadowEnabled
          Defines whether the content will have a dropshadow onto the menu.
static int mdDropShadowSize
          The size of the drop shadow.
static int mdMenuBackground
          Drawable to use for the background of the menu.
static int mdMenuSize
          The size of the menu.
static int mdTouchBezelSize
          The touch bezel size.
static int menuDrawerStyle
          Reference to a style for the menu drawer.
 
Constructor Summary
R.attr()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mdActiveIndicator

public static final int mdActiveIndicator
Drawable used as indicator for the active view.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

See Also:
Constant Field Values

mdContentBackground

public static final int mdContentBackground
Drawable to use for the background of the content.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

See Also:
Constant Field Values

mdDropShadow

public static final int mdDropShadow
Drawable used for the drop shadow.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

See Also:
Constant Field Values

mdDropShadowColor

public static final int mdDropShadowColor
The color of the drop shadow. Default is #FF000000.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

mdDropShadowEnabled

public static final int mdDropShadowEnabled
Defines whether the content will have a dropshadow onto the menu. Default is true.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

mdDropShadowSize

public static final int mdDropShadowSize
The size of the drop shadow. Default is 6dp

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

mdMenuBackground

public static final int mdMenuBackground
Drawable to use for the background of the menu.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

See Also:
Constant Field Values

mdMenuSize

public static final int mdMenuSize
The size of the menu.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

mdTouchBezelSize

public static final int mdTouchBezelSize
The touch bezel size.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

menuDrawerStyle

public static final int menuDrawerStyle
Reference to a style for the menu drawer.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

See Also:
Constant Field Values
Constructor Detail

R.attr

public R.attr()


Copyright © 2012-2013. All Rights Reserved.