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 mdArrowDrawable
          Drawable to use for the arrow indicator.
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 mdDropShadowWidth
          The width of the drop shadow.
static int mdMenuBackground
          Drawable to use for the background of the menu.
static int mdMenuWidth
          The width of the menu.
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

mdArrowDrawable

public static final int mdArrowDrawable
Drawable to use for the arrow indicator.

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

mdDropShadowWidth

public static final int mdDropShadowWidth
The width 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

mdMenuWidth

public static final int mdMenuWidth
The width 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

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. All Rights Reserved.