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

Commit 71da71e4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Adjust preference alignment."

parents 0344756d 69cb6aa6
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -33,19 +33,17 @@
        android:background="?android:attr/selectableItemBackground"
        android:gravity="start|center_vertical"
        android:clipToPadding="false"
        android:layout_marginStart="4dp"
        android:paddingStart="?android:attr/listPreferredItemPaddingStart"
        android:paddingEnd="?android:attr/listPreferredItemPaddingEnd">

        <LinearLayout
            android:id="@+id/icon_frame"
            style="@style/preference_icon_frame"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:gravity="start|center_vertical"
            android:minWidth="56dp"
            android:orientation="horizontal"
            android:clipToPadding="false"
            android:paddingEnd="12dp"
            android:paddingTop="4dp"
            android:paddingBottom="4dp">
            <android.support.v7.internal.widget.PreferenceImageView
+0 −5
Original line number Diff line number Diff line
@@ -21,9 +21,4 @@
    <style name="TextAppearanceMedium">
        <item name="android:textAppearance">?android:attr/textAppearanceMedium</item>
    </style>

    <style name="preference_icon_frame">
        <item name="android:layout_marginStart">-4dp</item>
        <item name="android:minWidth">60dp</item>
    </style>
</resources>