|
|
|
@ -12,6 +12,7 @@ |
|
|
|
android:layout_marginStart="8dp" |
|
|
|
android:layout_marginStart="8dp" |
|
|
|
android:layout_width="44dp" |
|
|
|
android:layout_width="44dp" |
|
|
|
android:layout_height="44dp" |
|
|
|
android:layout_height="44dp" |
|
|
|
|
|
|
|
android:layout_gravity="center_vertical" |
|
|
|
android:background="@android:color/transparent" /> |
|
|
|
android:background="@android:color/transparent" /> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton |
|
|
|
<com.google.android.material.button.MaterialButton |
|
|
|
@ -19,10 +20,12 @@ |
|
|
|
style="@style/PokerAnalyticsTheme.HHButton" |
|
|
|
style="@style/PokerAnalyticsTheme.HHButton" |
|
|
|
android:layout_width="44dp" |
|
|
|
android:layout_width="44dp" |
|
|
|
android:layout_height="44dp" |
|
|
|
android:layout_height="44dp" |
|
|
|
|
|
|
|
android:layout_gravity="center_vertical" |
|
|
|
android:layout_marginStart="8dp" /> |
|
|
|
android:layout_marginStart="8dp" /> |
|
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/view_card_layout" |
|
|
|
<include layout="@layout/view_card_layout" |
|
|
|
android:id="@+id/ps_hand_layout" |
|
|
|
android:id="@+id/ps_hand_layout" |
|
|
|
|
|
|
|
android:layout_marginStart="8dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_width="144dp" /> |
|
|
|
android:layout_width="144dp" /> |
|
|
|
|
|
|
|
|
|
|
|
@ -32,7 +35,7 @@ |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="1" |
|
|
|
android:layout_weight="1" |
|
|
|
android:gravity="end|center" |
|
|
|
android:gravity="end|center_vertical" |
|
|
|
android:maxLines="1" |
|
|
|
android:maxLines="1" |
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
tools:text="120" /> |
|
|
|
tools:text="120" /> |
|
|
|
|