|
|
|
|
@ -2,13 +2,15 @@ |
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content"> |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginTop="2dp" |
|
|
|
|
android:layout_marginBottom="2dp"> |
|
|
|
|
|
|
|
|
|
<net.pokeranalytics.android.ui.view.PlayerImageView |
|
|
|
|
android:id="@+id/player_image_rha" |
|
|
|
|
android:layout_marginStart="8dp" |
|
|
|
|
android:layout_width="48dp" |
|
|
|
|
android:layout_height="48dp" |
|
|
|
|
android:layout_width="44dp" |
|
|
|
|
android:layout_height="44dp" |
|
|
|
|
android:background="@android:color/transparent" /> |
|
|
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton |
|
|
|
|
@ -27,12 +29,13 @@ |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatEditText |
|
|
|
|
android:id="@+id/amountEditText" |
|
|
|
|
style="@style/PokerAnalyticsTheme.EditText" |
|
|
|
|
style="@style/PokerAnalyticsTheme.HHEditText" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_weight="2" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_height="44dp" |
|
|
|
|
android:layout_marginStart="8dp" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
android:paddingEnd="4dp" |
|
|
|
|
android:gravity="end" |
|
|
|
|
android:maxLines="1" /> |
|
|
|
|
|
|
|
|
|
|