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

Commit 69b2507b authored by Tsung-Mao Fang's avatar Tsung-Mao Fang Committed by Automerger Merge Worker
Browse files

Merge "Fix the padding for top intro preference" into sc-dev am: 5565da2a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14341150

Change-Id: I4425a5d8791cf992b032e1da0489b3f1e2c6d17a
parents 7ef0111c 5565da2a
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"