mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 14:17:48 +01: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:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingHorizontal="16dp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:paddingVertical="8dp"
|
||||
android:clipToPadding="false"
|
||||
tools:listitem="@layout/pref_theme_item" />
|
||||
|
|
Loading…
Reference in a new issue