|
|
|
|
@ -4,6 +4,7 @@ |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:layout_marginTop="2dp" |
|
|
|
|
android:layout_marginBottom="2dp"> |
|
|
|
|
|
|
|
|
|
@ -14,33 +15,44 @@ |
|
|
|
|
android:layout_height="44dp" |
|
|
|
|
android:background="@android:color/transparent" /> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
|
android:id="@+id/playersText" |
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_height="32dp" |
|
|
|
|
android:id="@+id/action_container" |
|
|
|
|
android:layout_marginStart="8dp" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
tools:text="BB" |
|
|
|
|
/> |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
|
android:id="@+id/playersText" |
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_marginStart="8dp" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
tools:text="BB" |
|
|
|
|
/> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
|
android:id="@+id/actionText" |
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_marginStart="6dp" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
tools:text="raises"/> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
|
android:id="@+id/amountText" |
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_marginStart="6dp" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
android:gravity="end|center_vertical" |
|
|
|
|
tools:text="120" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
|
android:id="@+id/actionText" |
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_marginStart="8dp" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
tools:text="raises"/> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
|
android:id="@+id/amountText" |
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_marginStart="8dp" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
android:gravity="end|center_vertical" |
|
|
|
|
tools:text="120" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |