Merge "Reserve the icon space to avoid preference padding change" into tm-qpr-dev am: b9b1225ac3

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20392450

Change-Id: I848120e8276098a0df41c2c1d8cea68682c21e20
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Jason Chiu
2022-11-08 05:02:35 +00:00
committed by Automerger Merge Worker
2 changed files with 4 additions and 6 deletions

View File

@@ -39,8 +39,8 @@
<androidx.preference.internal.PreferenceImageView
android:id="@android:id/icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="24dp"
android:layout_height="24dp"
app:maxWidth="48dp"
app:maxHeight="48dp"/>