Skip to content

Commit

Permalink
Use same padding on Android 4.1 for preference category as other vers…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
blurpy committed Jul 23, 2018
1 parent 09e89ce commit 77c2d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/preference_category_material.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
android:id="@android:id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="8dip"
android:layout_marginBottom="16dip"
android:textAppearance="@style/Preference_TextAppearanceMaterialBody2"
android:textColor="@color/preference_fallback_accent_color"
android:layout_marginLeft="?android:attr/listPreferredItemPaddingLeft"
Expand Down

0 comments on commit 77c2d41

Please sign in to comment.