slightly adjust margin

closes sk22#585
This commit is contained in:
sk 2023-06-21 10:32:41 +02:00
parent e47f253c0e
commit dc75882cee
1 changed files with 4 additions and 4 deletions

View File

@ -83,7 +83,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginHorizontal="24dp" android:layout_marginHorizontal="24dp"
android:layout_marginBottom="12dp" /> android:layout_marginBottom="16dp" />
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
@ -104,7 +104,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginHorizontal="24dp" android:layout_marginHorizontal="24dp"
android:layout_marginBottom="12dp" android:layout_marginBottom="16dp"
app:chipBackground="?colorAccentLightest" app:chipBackground="?colorAccentLightest"
app:chipTextColor="?android:textColorPrimary" /> app:chipTextColor="?android:textColorPrimary" />
@ -127,7 +127,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginHorizontal="24dp" android:layout_marginHorizontal="24dp"
android:layout_marginBottom="12dp" android:layout_marginBottom="16dp"
app:chipBackground="?colorAccentLightest" app:chipBackground="?colorAccentLightest"
app:chipTextColor="?android:textColorPrimary" /> app:chipTextColor="?android:textColorPrimary" />
@ -150,7 +150,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginHorizontal="24dp" android:layout_marginHorizontal="24dp"
android:layout_marginBottom="12dp" android:layout_marginBottom="16dp"
app:chipBackground="?colorAccentLightest" app:chipBackground="?colorAccentLightest"
app:chipTextColor="?android:textColorPrimary" /> app:chipTextColor="?android:textColorPrimary" />