Adjust padding of themes preference

(cherry picked from commit 6b1f13075093f4c296ca08a470b49c57cffde54b)
This commit is contained in:
arkon 2021-09-04 18:55:51 -04:00 committed by Jobobby04
parent 6f36675113
commit 336727e01a

View File

@ -18,7 +18,7 @@
android:id="@+id/themes_list" android:id="@+id/themes_list"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingHorizontal="16dp" android:paddingHorizontal="12dp"
android:paddingVertical="8dp" android:paddingVertical="8dp"
android:clipToPadding="false" android:clipToPadding="false"
tools:listitem="@layout/pref_theme_item" /> tools:listitem="@layout/pref_theme_item" />