소스 검색

Adjust padding of themes preference

arkon 3 년 전
부모
커밋
6b1f130750
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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" />