Added some neat die images
This commit is contained in:
@@ -7,13 +7,12 @@
|
||||
android:layout_gravity="center_vertical"
|
||||
tools:context=".MainActivity">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/dice_result"
|
||||
<ImageView
|
||||
android:id="@+id/dice_image"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:text="1"
|
||||
android:textSize="30sp" />
|
||||
android:src="@drawable/empty_dice" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/roll_button"
|
||||
|
||||
Reference in New Issue
Block a user