added more to layout

This commit is contained in:
Wyatt J. Miller 2020-09-23 22:37:27 -04:00
parent e33b775a3f
commit 616523d9e9
2 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent"
tools:context=".CoinActivity">
<Button <Button
android:id="@+id/flipButton" android:id="@+id/flipButton"

View File

@ -4,7 +4,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent"
tools:context=".DiceActivity">
<Button <Button
android:id="@+id/rollButton" android:id="@+id/rollButton"