|
@@ -20,7 +20,7 @@
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:id="@+id/constraintLayout"
|
|
|
+ android:id="@+id/tiger_layout"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
@@ -30,7 +30,7 @@
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/mouse1_title"
|
|
|
+ android:id="@+id/tiger_title"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="44dp"
|
|
|
android:background="@color/color_red_800"
|
|
@@ -47,10 +47,10 @@
|
|
|
android:layout_width="55dp"
|
|
|
android:layout_height="55dp"
|
|
|
android:layout_marginTop="8dp"
|
|
|
- android:background="@drawable/rat1"
|
|
|
+ android:background="@drawable/tiger"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/mouse1_title" />
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tiger_title" />
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
android:id="@+id/btnBetMouse1"
|
|
@@ -68,7 +68,7 @@
|
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:id="@+id/linearBetMouse2"
|
|
|
+ android:id="@+id/khlok_layout"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
@@ -78,7 +78,7 @@
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/mouse2_title"
|
|
|
+ android:id="@+id/khlok_title"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="44dp"
|
|
|
android:background="@color/color_green_800"
|
|
@@ -95,10 +95,10 @@
|
|
|
android:layout_width="55dp"
|
|
|
android:layout_height="55dp"
|
|
|
android:layout_marginTop="8dp"
|
|
|
- android:background="@drawable/rat2"
|
|
|
+ android:background="@drawable/khloak"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/mouse2_title" />
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/khlok_title" />
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
android:id="@+id/btnBetMouse2"
|
|
@@ -116,6 +116,7 @@
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
+ android:id="@+id/chicken_layout"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
@@ -125,7 +126,7 @@
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/mouse3_title"
|
|
|
+ android:id="@+id/chicken_title"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="44dp"
|
|
|
android:background="@color/color_blue_800"
|
|
@@ -142,10 +143,10 @@
|
|
|
android:layout_width="55dp"
|
|
|
android:layout_height="55dp"
|
|
|
android:layout_marginTop="8dp"
|
|
|
- android:background="@drawable/rat3"
|
|
|
+ android:background="@drawable/chicken"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/mouse3_title" />
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/chicken_title" />
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
android:id="@+id/btnBetMouse3"
|
|
@@ -161,53 +162,6 @@
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/txtMouse3Amount" />
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
-
|
|
|
- <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@drawable/stroke_result"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="@+id/guideline_one"
|
|
|
- app:layout_constraintTop_toTopOf="parent">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/mouse4_title"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="44dp"
|
|
|
- android:background="@color/color_orange_800"
|
|
|
- android:gravity="center"
|
|
|
- android:textColor="@android:color/white"
|
|
|
- android:textSize="18sp"
|
|
|
- android:textStyle="bold"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/txtMouse4Amount"
|
|
|
- android:layout_width="55dp"
|
|
|
- android:layout_height="55dp"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
- android:background="@drawable/rat4"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/mouse4_title" />
|
|
|
-
|
|
|
- <com.google.android.material.button.MaterialButton
|
|
|
- android:id="@+id/btnBetMouse4"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="54dp"
|
|
|
- android:backgroundTint="@color/btn_wala_color_state"
|
|
|
- android:enabled="false"
|
|
|
- android:gravity="center"
|
|
|
- android:text="BET"
|
|
|
- android:textColor="@android:color/white"
|
|
|
- android:textSize="15sp"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/txtMouse4Amount" />
|
|
|
- </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
@@ -220,7 +174,7 @@
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:id="@+id/constraintLayout_2"
|
|
|
+ android:id="@+id/lobster_layout"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
@@ -230,7 +184,7 @@
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/mouse5_title"
|
|
|
+ android:id="@+id/lobster_title"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="44dp"
|
|
|
android:background="@color/color_red_800"
|
|
@@ -247,10 +201,10 @@
|
|
|
android:layout_width="55dp"
|
|
|
android:layout_height="55dp"
|
|
|
android:layout_marginTop="8dp"
|
|
|
- android:background="@drawable/rat5"
|
|
|
+ android:background="@drawable/fish"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/mouse5_title" />
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/lobster_title" />
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
android:id="@+id/btnBetMouse5"
|
|
@@ -268,7 +222,7 @@
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:id="@+id/linearBetTie_2"
|
|
|
+ android:id="@+id/crab_layout"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
@@ -278,7 +232,7 @@
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/mouse6_title"
|
|
|
+ android:id="@+id/crab_title"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="44dp"
|
|
|
android:background="@color/color_green_800"
|
|
@@ -295,10 +249,10 @@
|
|
|
android:layout_width="55dp"
|
|
|
android:layout_height="55dp"
|
|
|
android:layout_marginTop="8dp"
|
|
|
- android:background="@drawable/rat6"
|
|
|
+ android:background="@drawable/crab"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/mouse6_title" />
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/crab_title" />
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
android:id="@+id/btnBetTie_2"
|
|
@@ -317,6 +271,7 @@
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
+ android:id="@+id/fish_layout"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
@@ -326,7 +281,7 @@
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/mouse7_title"
|
|
|
+ android:id="@+id/fish_title"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="44dp"
|
|
|
android:background="@color/color_blue_800"
|
|
@@ -343,10 +298,10 @@
|
|
|
android:layout_width="55dp"
|
|
|
android:layout_height="55dp"
|
|
|
android:layout_marginTop="8dp"
|
|
|
- android:background="@drawable/rat7"
|
|
|
+ android:background="@drawable/fish1"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/mouse7_title" />
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/fish_title" />
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
android:id="@+id/btnBetMouse6"
|
|
@@ -362,54 +317,6 @@
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/txtMouse7Amount" />
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
-
|
|
|
- <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@drawable/stroke_result"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="@+id/guideline_one"
|
|
|
- app:layout_constraintTop_toTopOf="parent">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/mouse8_title"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="44dp"
|
|
|
- android:background="@color/color_orange_800"
|
|
|
- android:gravity="center"
|
|
|
- android:textColor="@android:color/white"
|
|
|
- android:textSize="18sp"
|
|
|
- android:textStyle="bold"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/txtMouse8Amount"
|
|
|
- android:layout_width="55dp"
|
|
|
- android:layout_height="55dp"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
- android:background="@drawable/rat8"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/mouse8_title" />
|
|
|
-
|
|
|
- <com.google.android.material.button.MaterialButton
|
|
|
- android:id="@+id/btnBetMouse7"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="54dp"
|
|
|
- android:backgroundTint="@color/btn_wala_color_state"
|
|
|
- android:enabled="false"
|
|
|
- android:gravity="center"
|
|
|
- android:text="BET"
|
|
|
- android:textColor="@android:color/white"
|
|
|
- android:textSize="15sp"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintHorizontal_bias="0.0"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/txtMouse8Amount" />
|
|
|
- </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
|
|
<LinearLayout
|