added more to layout
This commit is contained in:
parent
e33b775a3f
commit
616523d9e9
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user