|
|
|
@ -3,7 +3,7 @@ |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
android:layout_height="52dp"> |
|
|
|
|
|
|
|
|
|
|
|
<net.pokeranalytics.android.ui.view.PlayerImageView |
|
|
|
<net.pokeranalytics.android.ui.view.PlayerImageView |
|
|
|
android:id="@+id/player_image_rhar" |
|
|
|
android:id="@+id/player_image_rhar" |
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_weight="2" |
|
|
|
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" |
|
|
|
@ -30,6 +30,7 @@ |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_weight="1" |
|
|
|
android:layout_weight="1" |
|
|
|
android:layout_marginStart="8dp" |
|
|
|
android:layout_marginStart="8dp" |
|
|
|
|
|
|
|
android:gravity="center_vertical" |
|
|
|
tools:text="raises"/> |
|
|
|
tools:text="raises"/> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
@ -40,7 +41,7 @@ |
|
|
|
android:layout_weight="1" |
|
|
|
android:layout_weight="1" |
|
|
|
android:layout_marginStart="8dp" |
|
|
|
android:layout_marginStart="8dp" |
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
android:gravity="end" |
|
|
|
android:gravity="end|center_vertical" |
|
|
|
tools:text="120" /> |
|
|
|
tools:text="120" /> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |