Fix the padding for top intro preference

Test: Rebuilt apk and see the screen
Fix: 186717581
Change-Id: I2de39ddbda7a77f9e508101ba0e6497fa13a883a
This commit is contained in:
Tsung-Mao Fang
2021-04-29 15:27:14 +08:00
parent 09ca8113f5
commit 9194430a66

View File

@@ -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"