net.simonvt.menudrawer
Class R.styleable

java.lang.Object
  extended by net.simonvt.menudrawer.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_mdActiveIndicator
          
static int MenuDrawer_mdContentBackground
          
static int MenuDrawer_mdDropShadow
          
static int MenuDrawer_mdDropShadowColor
          
static int MenuDrawer_mdDropShadowEnabled
          
static int MenuDrawer_mdDropShadowSize
          
static int MenuDrawer_mdMenuBackground
          
static int MenuDrawer_mdMenuSize
          
static int MenuDrawer_mdTouchBezelSize
          
 
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:mdActiveIndicator Drawable used as indicator for the active view.
net.simonvt.menudrawer:mdContentBackground Drawable to use for the background of the content.
net.simonvt.menudrawer:mdDropShadow Drawable used for the drop shadow.
net.simonvt.menudrawer:mdDropShadowColor The color of the drop shadow.
net.simonvt.menudrawer:mdDropShadowEnabled Defines whether the content will have a dropshadow onto the menu.
net.simonvt.menudrawer:mdDropShadowSize The size of the drop shadow.
net.simonvt.menudrawer:mdMenuBackground Drawable to use for the background of the menu.
net.simonvt.menudrawer:mdMenuSize The size of the menu.
net.simonvt.menudrawer:mdTouchBezelSize The touch bezel size.

See Also:
MenuDrawer_mdActiveIndicator, MenuDrawer_mdContentBackground, MenuDrawer_mdDropShadow, MenuDrawer_mdDropShadowColor, MenuDrawer_mdDropShadowEnabled, MenuDrawer_mdDropShadowSize, MenuDrawer_mdMenuBackground, MenuDrawer_mdMenuSize, MenuDrawer_mdTouchBezelSize

MenuDrawer_mdActiveIndicator

public static final int MenuDrawer_mdActiveIndicator

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_mdDropShadowSize

public static final int MenuDrawer_mdDropShadowSize

See Also:
Constant Field Values

MenuDrawer_mdMenuBackground

public static final int MenuDrawer_mdMenuBackground

See Also:
Constant Field Values

MenuDrawer_mdMenuSize

public static final int MenuDrawer_mdMenuSize

See Also:
Constant Field Values

MenuDrawer_mdTouchBezelSize

public static final int MenuDrawer_mdTouchBezelSize

See Also:
Constant Field Values
Constructor Detail

R.styleable

public R.styleable()


Copyright © 2012-2013. All Rights Reserved.