Adjust padding of themes preference
(cherry picked from commit 6b1f13075093f4c296ca08a470b49c57cffde54b)
This commit is contained in:
parent
6f36675113
commit
336727e01a
@ -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" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user