Fixing comments

This commit is contained in:
Jhansi 2020-01-14 15:15:09 -08:00
parent dc6837efaf
commit b3ed6a4ecf
2 changed files with 4 additions and 4 deletions

View File

@ -25,8 +25,8 @@ import java.util.*
/**
* DiceRoller demonstrates simple interactivity in an Android app.
* It contains one button that updates a text view with a random
* value between 1 and 6.
* It contains one button that updates an image view with a dice
* vector image with a random value between 1 and 6.
*/
class MainActivity : AppCompatActivity() {

View File

@ -26,8 +26,8 @@ import java.util.*
/**
* DiceRoller demonstrates simple interactivity in an Android app.
* It contains one button that updates a text view with a random
* value between 1 and 6.
* It contains one button that updates an image view with a dice
* vector image with a random value between 1 and 6.
*/
class MainActivity : AppCompatActivity() {