Browse Source

Adjust padding of themes preference

arkon 3 years ago
parent
commit
6b1f130750
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/src/main/res/layout/pref_themes_list.xml

+ 1 - 1
app/src/main/res/layout/pref_themes_list.xml

@@ -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" />