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__layout
          The ID of the MenuDrawer.
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.
 
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

md__content

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

See Also:
Constant Field Values

md__layout

public static final int md__layout
The ID of the MenuDrawer.

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