« All Events
1 PM – Android Game Dev – Gamas
February 18, 2023 @ 1:00 pm - 2:00 pm
Homework
- Continue on TicTacToe project. Do the following inside activity_main.xml:
- Change player1Label text to “Player 1”.
- Change the textSize to be 24sp.
- Change the player1Text textSize to be 24sp.
- Create a new TextView id: player2Label, text: “Player 2”. This should be under player1Label field.
- Create a new Plain Text id: player2Text. This should be under player1Label field.
- Add a button (“START GAME”) under neath the player2Text.
- We want your screen to look like below