Tugas 4 PPB
Nama : Ryan Abinugraha
NRP : 5025211178
Tugas Pertemuan 4
Modifikasi Dice Roller App
1. Penambahan Text Roll Your Dice diatas Gambar Dadu pada MainActivity.kt
Text(
text = stringResource(R.string.title),
fontSize = 32.sp,
fontWeight = FontWeight.Bold
)
2. Perubahan Tulisan Roll menjadi Roll The Dice pada strings.xml
<resources>
<string name="app_name">Dice Roller</string>
<string name="roll">Roll The Dice</string>
<string name="title">Roll your dice</string>
</resources>
Link Github : https://github.com/RyanAbinugraha/Tugas-4---PPB
Link Youtube : https://youtu.be/6gp34kxcWpc
Comments
Post a Comment