net.simonvt.menudrawer.samples
Class R.styleable

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

public static final class R.styleable
extends Object


Field Summary
static int[] MenuDrawer
          Styleables used for styling the menu drawer.
static int MenuDrawer_mdArrowDrawable
          
static int MenuDrawer_mdContentBackground
          
static int MenuDrawer_mdDropShadow
          
static int MenuDrawer_mdDropShadowColor
          
static int MenuDrawer_mdDropShadowEnabled
          
static int MenuDrawer_mdDropShadowWidth
          
static int MenuDrawer_mdMenuBackground
          
static int MenuDrawer_mdMenuWidth
          
 
Constructor Summary
R.styleable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MenuDrawer

public static final int[] MenuDrawer
Styleables used for styling the menu drawer.

Includes the following attributes:

AttributeDescription
net.simonvt.menudrawer.samples:mdArrowDrawable Drawable to use for the arrow indicator.
net.simonvt.menudrawer.samples:mdContentBackground Drawable to use for the background of the content.
net.simonvt.menudrawer.samples:mdDropShadow Drawable used for the drop shadow.
net.simonvt.menudrawer.samples:mdDropShadowColor The color of the drop shadow.
net.simonvt.menudrawer.samples:mdDropShadowEnabled Defines whether the content will have a dropshadow onto the menu.
net.simonvt.menudrawer.samples:mdDropShadowWidth The width of the drop shadow.
net.simonvt.menudrawer.samples:mdMenuBackground Drawable to use for the background of the menu.
net.simonvt.menudrawer.samples:mdMenuWidth The width of the menu.

See Also:
MenuDrawer_mdArrowDrawable, MenuDrawer_mdContentBackground, MenuDrawer_mdDropShadow, MenuDrawer_mdDropShadowColor, MenuDrawer_mdDropShadowEnabled, MenuDrawer_mdDropShadowWidth, MenuDrawer_mdMenuBackground, MenuDrawer_mdMenuWidth

MenuDrawer_mdArrowDrawable

public static final int MenuDrawer_mdArrowDrawable

See Also:
Constant Field Values

MenuDrawer_mdContentBackground

public static final int MenuDrawer_mdContentBackground

See Also:
Constant Field Values

MenuDrawer_mdDropShadow

public static final int MenuDrawer_mdDropShadow

See Also:
Constant Field Values

MenuDrawer_mdDropShadowColor

public static final int MenuDrawer_mdDropShadowColor

See Also:
Constant Field Values

MenuDrawer_mdDropShadowEnabled

public static final int MenuDrawer_mdDropShadowEnabled

See Also:
Constant Field Values

MenuDrawer_mdDropShadowWidth

public static final int MenuDrawer_mdDropShadowWidth

See Also:
Constant Field Values

MenuDrawer_mdMenuBackground

public static final int MenuDrawer_mdMenuBackground

See Also:
Constant Field Values

MenuDrawer_mdMenuWidth

public static final int MenuDrawer_mdMenuWidth

See Also:
Constant Field Values
Constructor Detail

R.styleable

public R.styleable()


Copyright © 2012. All Rights Reserved.