diff --git a/app/src/main/res/layout/activity_dice.xml b/app/src/main/res/layout/activity_dice.xml
index dae0ca1..485f045 100644
--- a/app/src/main/res/layout/activity_dice.xml
+++ b/app/src/main/res/layout/activity_dice.xml
@@ -7,48 +7,107 @@
android:layout_height="match_parent"
tools:context=".DiceActivity">
+
+
+ app:layout_constraintHorizontal_bias="0.699"
+ app:layout_constraintStart_toStartOf="parent" />
+ app:layout_constraintHorizontal_bias="0.699"
+ app:layout_constraintStart_toStartOf="parent" />
+
+
+ app:layout_constraintTop_toBottomOf="@+id/diceTextView" />
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 8691625..e8e4adb 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -5,5 +5,5 @@
Flip the Coin
Roll Dice
Flip
- Roll
+ Roll D6
\ No newline at end of file