Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7bcc884 authored by Gilles Debunne's avatar Gilles Debunne
Browse files

Changed PreferenceCategory left padding.

For a reason I didn't have time to investigate further, the
old 5sp value was not used in a standard PreferenceCategory,
the left and right padding being set to 8dip for these.

For other users of this style, this change sets the right
padding value of 8dip.

Change-Id: Ia8a7b6ffc9e1dc99b98415dcc141eb7277f6da28
parent 5837dfaf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -448,7 +448,7 @@ please see styles_device_defaults.xml.
        <item name="android:textColor">?textColorSecondary</item>
        <item name="android:textSize">14sp</item>
        <item name="android:gravity">center_vertical</item>
        <item name="android:paddingLeft">5sp</item>
        <item name="android:paddingLeft">8dip</item>
    </style>

    <style name="Widget.TextView.ListSeparator.White">