orbotix.robot
Class R.string

java.lang.Object
  extended by orbotix.robot.R.string
Enclosing class:
R

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


Field Summary
static int already_controlled
           
static int app_name
           
static int connect_failed
           
static int connect_progress_message
           
static int connect_progress_title
           
static int discovering_robots
           
static int known_robot_connected
          RobotPickerActivity
static int known_robot_disconnected
           
static int remove_from_control
           
static int select_robots
           
static int unknown_robot
           
 
Constructor Summary
R.string()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

already_controlled

public static int already_controlled

app_name

public static int app_name

connect_failed

public static int connect_failed

connect_progress_message

public static int connect_progress_message

connect_progress_title

public static int connect_progress_title

discovering_robots

public static int discovering_robots

known_robot_connected

public static int known_robot_connected
RobotPickerActivity


known_robot_disconnected

public static int known_robot_disconnected

remove_from_control

public static int remove_from_control

select_robots

public static int select_robots

unknown_robot

public static int unknown_robot
Constructor Detail

R.string

public R.string()