net.sourceforge.andsys
Class R.string

java.lang.Object
  extended by net.sourceforge.andsys.R.string
Enclosing class:
R

public static final class R.string
extends java.lang.Object


Field Summary
static int app_name
          If you change this file you must clean the project (Menu: Project -> Clean).
static int button_donate
           
static int button_license
           
static int dialog_exit
           
static int empty
           
static int loading
           
static int menu_about
           
static int menu_exit
           
static int text_icon
           
 
Constructor Summary
R.string()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

app_name

public static final int app_name
If you change this file you must clean the project (Menu: Project -> Clean).

See Also:
Constant Field Values

button_donate

public static final int button_donate
See Also:
Constant Field Values

button_license

public static final int button_license
See Also:
Constant Field Values

dialog_exit

public static final int dialog_exit
See Also:
Constant Field Values

empty

public static final int empty
See Also:
Constant Field Values

loading

public static final int loading
See Also:
Constant Field Values

menu_about

public static final int menu_about
See Also:
Constant Field Values

menu_exit

public static final int menu_exit
See Also:
Constant Field Values

text_icon

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

R.string

public R.string()