Merge "Fix that the padding top/bottom of the preview was wrong when display size is smallest."

This commit is contained in:
PETER LIANG
2022-08-04 02:43:03 +00:00
committed by Android (Google) Code Review

View File

@@ -18,6 +18,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingVertical="@dimen/settingslib_illustration_padding"
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
android:paddingStart="?android:attr/listPreferredItemPaddingStart">