parent
52b25af5e7
commit
814d825373
@ -1,61 +1,54 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
android:orientation="vertical" |
|
||||||
android:layout_width="match_parent" |
android:layout_width="match_parent" |
||||||
android:layout_height="wrap_content"> |
android:layout_height="wrap_content" |
||||||
|
android:orientation="horizontal"> |
||||||
|
|
||||||
|
<!-- <androidx.appcompat.widget.AppCompatTextView--> |
||||||
|
<!-- android:id="@+id/title"--> |
||||||
|
<!-- style="@style/PokerAnalyticsTheme.TextView.RowTitle"--> |
||||||
|
<!-- android:layout_width="match_parent"--> |
||||||
|
<!-- android:layout_height="wrap_content"--> |
||||||
|
<!-- android:layout_marginTop="8dp"--> |
||||||
|
<!-- android:layout_marginStart="8dp" />--> |
||||||
|
|
||||||
|
<net.pokeranalytics.android.ui.view.PlayerImageView |
||||||
|
android:id="@+id/player_image" |
||||||
|
android:layout_width="48dp" |
||||||
|
android:layout_height="48dp" |
||||||
|
android:layout_marginStart="8dp" |
||||||
|
android:background="@android:color/transparent" /> |
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatTextView |
<com.google.android.material.button.MaterialButton |
||||||
android:id="@+id/title" |
android:id="@+id/position_button" |
||||||
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
style="@style/PokerAnalyticsTheme.HHButton" |
||||||
android:layout_width="match_parent" |
android:layout_width="44dp" |
||||||
android:layout_height="wrap_content" |
android:layout_height="44dp" |
||||||
android:layout_marginTop="8dp" |
|
||||||
android:layout_marginStart="8dp" /> |
android:layout_marginStart="8dp" /> |
||||||
|
|
||||||
<LinearLayout |
<LinearLayout |
||||||
android:id="@+id/settings_container" |
android:id="@+id/ps_hand_layout" |
||||||
android:layout_width="match_parent" |
android:layout_width="0dp" |
||||||
|
android:layout_height="50dp" |
||||||
|
android:layout_marginStart="8dp" |
||||||
|
android:layout_weight="1.2" |
||||||
|
android:background="@drawable/rounded_board_background" |
||||||
|
android:gravity="center" |
||||||
|
android:orientation="horizontal" |
||||||
|
android:paddingStart="4dp" |
||||||
|
android:paddingEnd="0dp" /> |
||||||
|
|
||||||
|
<androidx.appcompat.widget.AppCompatEditText |
||||||
|
android:id="@+id/stack_edit_text" |
||||||
|
style="@style/PokerAnalyticsTheme.EditText" |
||||||
|
android:layout_width="0dp" |
||||||
android:layout_height="wrap_content" |
android:layout_height="wrap_content" |
||||||
android:layout_marginStart="8dp" |
android:layout_marginStart="8dp" |
||||||
android:layout_marginEnd="8dp"> |
android:layout_marginEnd="8dp" |
||||||
|
android:layout_weight="1" |
||||||
<net.pokeranalytics.android.ui.view.PlayerImageView |
android:gravity="end" |
||||||
android:id="@+id/player_image" |
android:hint="@string/stack" |
||||||
android:layout_width="48dp" |
android:inputType="none" |
||||||
android:layout_height="48dp" |
android:maxLines="1" /> |
||||||
android:background="@android:color/transparent" /> |
|
||||||
|
|
||||||
<com.google.android.material.button.MaterialButton |
|
||||||
android:id="@+id/position_button" |
|
||||||
style="@style/PokerAnalyticsTheme.HHButton" |
|
||||||
android:layout_width="44dp" |
|
||||||
android:layout_height="44dp" |
|
||||||
android:layout_marginStart="8dp"/> |
|
||||||
|
|
||||||
<LinearLayout |
|
||||||
android:id="@+id/ps_hand_layout" |
|
||||||
android:orientation="horizontal" |
|
||||||
android:layout_width="0dp" |
|
||||||
android:layout_height="50dp" |
|
||||||
android:layout_weight="1.2" |
|
||||||
android:background="@drawable/rounded_board_background" |
|
||||||
android:layout_marginStart="8dp" |
|
||||||
android:paddingStart="4dp" |
|
||||||
android:paddingEnd="0dp" |
|
||||||
android:gravity="center"/> |
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatEditText |
|
||||||
android:id="@+id/stack_edit_text" |
|
||||||
style="@style/PokerAnalyticsTheme.EditText" |
|
||||||
android:hint="@string/stack" |
|
||||||
android:layout_width="0dp" |
|
||||||
android:layout_weight="1" |
|
||||||
android:layout_height="wrap_content" |
|
||||||
android:gravity="end" |
|
||||||
android:inputType="none" |
|
||||||
android:maxLines="1" |
|
||||||
android:layout_marginStart="8dp" /> |
|
||||||
|
|
||||||
</LinearLayout> |
|
||||||
|
|
||||||
</LinearLayout> |
</LinearLayout> |
||||||
@ -1,21 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
||||||
android:orientation="vertical" |
|
||||||
android:layout_width="match_parent" |
|
||||||
android:layout_height="wrap_content"> |
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatTextView |
|
||||||
android:id="@+id/title" |
|
||||||
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
||||||
android:layout_width="match_parent" |
|
||||||
android:layout_height="wrap_content" |
|
||||||
android:layout_marginTop="8dp" |
|
||||||
android:layout_marginStart="8dp" /> |
|
||||||
|
|
||||||
<androidx.recyclerview.widget.RecyclerView |
|
||||||
android:id="@+id/position_recycler" |
|
||||||
android:layout_width="match_parent" |
|
||||||
android:layout_height="wrap_content" |
|
||||||
/> |
|
||||||
|
|
||||||
</LinearLayout> |
|
||||||
@ -0,0 +1,15 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
|
android:orientation="vertical" |
||||||
|
android:layout_width="match_parent" |
||||||
|
android:layout_height="wrap_content" |
||||||
|
android:layout_marginTop="8dp" |
||||||
|
android:layout_marginBottom="8dp"> |
||||||
|
|
||||||
|
<androidx.recyclerview.widget.RecyclerView |
||||||
|
android:id="@+id/recycler" |
||||||
|
android:layout_width="match_parent" |
||||||
|
android:layout_height="wrap_content" |
||||||
|
/> |
||||||
|
|
||||||
|
</LinearLayout> |
||||||
Loading…
Reference in new issue