net.simonvt.menudrawer
Class R.id

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

public static final class R.id
extends Object


Field Summary
static int md__content
          The ID of the content container.
static int md__drawer
          The ID of the drawer.
static int md__menu
          The ID of the menu container.
static int mdActiveViewPosition
          Used with View#setTag(int) to specify a position for the active view.
static int mdContent
          ID used when defining the content layout in XML.
static int mdMenu
          ID used when defining the menu layout in XML.
 
Constructor Summary
R.id()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mdActiveViewPosition

public static final int mdActiveViewPosition
Used with View#setTag(int) to specify a position for the active view.

See Also:
Constant Field Values

mdContent

public static final int mdContent
ID used when defining the content layout in XML.

See Also:
Constant Field Values

mdMenu

public static final int mdMenu
ID used when defining the menu layout in XML.

See Also:
Constant Field Values

md__content

public static final int md__content
The ID of the content container.

See Also:
Constant Field Values

md__drawer

public static final int md__drawer
The ID of the drawer.

See Also:
Constant Field Values

md__menu

public static final int md__menu
The ID of the menu container.

See Also:
Constant Field Values
Constructor Detail

R.id

public R.id()


Copyright © 2012-2013. All Rights Reserved.