mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
Adjust padding of themes preference
This commit is contained in:
parent
bde4c0a648
commit
6b1f130750
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue