Fixes cards width

hh
Laurent 6 years ago
parent fe56e56cac
commit 12ea787046
  1. 2
      app/src/main/res/layout/row_hand_cards.xml
  2. 3
      app/src/main/res/layout/row_hhsettings_player_setup.xml
  3. 3
      app/src/main/res/layout/row_hhsettings_player_setup_read.xml

@ -1,7 +1,7 @@
<?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="horizontal" android:orientation="horizontal"
android:layout_width="148dp" android:layout_width="144dp"
android:layout_height="50dp" android:layout_height="50dp"
android:background="@drawable/rounded_board_background" android:background="@drawable/rounded_board_background"
android:layout_marginStart="16dp" android:layout_marginStart="16dp"

@ -28,10 +28,9 @@
<LinearLayout <LinearLayout
android:id="@+id/ps_hand_layout" android:id="@+id/ps_hand_layout"
android:layout_width="0dp" android:layout_width="144dp"
android:layout_height="50dp" android:layout_height="50dp"
android:layout_marginStart="8dp" android:layout_marginStart="8dp"
android:layout_weight="1.7"
android:background="@drawable/rounded_board_background" android:background="@drawable/rounded_board_background"
android:gravity="center" android:gravity="center"
android:orientation="horizontal" android:orientation="horizontal"

@ -21,10 +21,9 @@
<LinearLayout <LinearLayout
android:id="@+id/ps_hand_layout" android:id="@+id/ps_hand_layout"
android:layout_width="0dp" android:layout_width="144dp"
android:layout_height="50dp" android:layout_height="50dp"
android:layout_marginStart="8dp" android:layout_marginStart="8dp"
android:layout_weight="1"
android:background="@drawable/rounded_board_background" android:background="@drawable/rounded_board_background"
android:gravity="center" android:gravity="center"
android:orientation="horizontal" android:orientation="horizontal"

Loading…
Cancel
Save