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

Commit 5565da2a authored by Tsung-Mao Fang's avatar Tsung-Mao Fang Committed by Android (Google) Code Review
Browse files

Merge "Fix the padding for top intro preference" into sc-dev

parents 985b4f4c 9194430a
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -19,9 +19,10 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:minHeight="?android:attr/listPreferredItemHeight"
    android:paddingStart="20dp"
    android:paddingStart="?android:attr/listPreferredItemPaddingStart"
    android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
    android:paddingBottom="16dp"
    android:paddingTop="8dp"
    android:background="?android:attr/selectableItemBackground"
    android:clipToPadding="false">

@@ -29,8 +30,6 @@
        android:id="@android:id/title"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:paddingBottom="16dp"
        android:paddingTop="16dp"
        android:clickable="false"
        android:longClickable="false"
        android:maxLines="10"