mirror of
https://github.com/Skysamara/android-kotlin-fundamentals-apps.git
synced 2025-12-06 06:16:03 +00:00
Fixing comments
This commit is contained in:
parent
dc6837efaf
commit
b3ed6a4ecf
@ -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() {
|
||||
|
||||
|
||||
@ -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() {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user