public class ScoreScreenActivity
extends Activity
Modifier and Type | Field and Description |
---|---|
static Button |
btnContinue |
static Button |
btnQuit |
static TextView |
lblPlayer1name |
static TextView |
lblPlayer1score |
static TextView |
lblPlayer2name |
static TextView |
lblPlayer2score |
Constructor and Description |
---|
ScoreScreenActivity() |
Modifier and Type | Method and Description |
---|---|
void |
onCreate(Bundle savedInstanceState)
Called when the activity is first created.
|
public static Button btnQuit
public static Button btnContinue
public static TextView lblPlayer1score
public static TextView lblPlayer2score
public static TextView lblPlayer1name
public static TextView lblPlayer2name