|
|
|
@ -17,9 +17,8 @@ |
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
android:id="@+id/playersText" |
|
|
|
android:id="@+id/playersText" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_weight="1.5" |
|
|
|
|
|
|
|
android:layout_marginStart="8dp" |
|
|
|
android:layout_marginStart="8dp" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:gravity="center_vertical" |
|
|
|
tools:text="BB" |
|
|
|
tools:text="BB" |
|
|
|
@ -28,9 +27,8 @@ |
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
android:id="@+id/actionText" |
|
|
|
android:id="@+id/actionText" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_weight="1" |
|
|
|
|
|
|
|
android:layout_marginStart="8dp" |
|
|
|
android:layout_marginStart="8dp" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:gravity="center_vertical" |
|
|
|
tools:text="raises"/> |
|
|
|
tools:text="raises"/> |
|
|
|
@ -38,9 +36,8 @@ |
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
android:id="@+id/amountText" |
|
|
|
android:id="@+id/amountText" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_weight="1" |
|
|
|
|
|
|
|
android:layout_marginStart="8dp" |
|
|
|
android:layout_marginStart="8dp" |
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
android:gravity="end|center_vertical" |
|
|
|
android:gravity="end|center_vertical" |
|
|
|
|