org.hermit.android.test
Class R.id

java.lang.Object
  extended by org.hermit.android.test.R.id
Enclosing class:
R

public static final class R.id
extends Object


Field Summary
static int button_auto
           
static int button_bleep
           
static int button_chirp
           
static int button_manual
           
 
Constructor Summary
R.id()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

button_auto

public static final int button_auto
See Also:
Constant Field Values

button_bleep

public static final int button_bleep
See Also:
Constant Field Values

button_chirp

public static final int button_chirp
See Also:
Constant Field Values

button_manual

public static final int button_manual
See Also:
Constant Field Values
Constructor Detail

R.id

public R.id()