Merge "Fix refresh in Gestures, not reflecting the changes after toggling on/off one-handed mode" into sc-dev

This commit is contained in:
Jason Chang
2021-03-24 15:15:52 +00:00
committed by Android (Google) Code Review
12 changed files with 85 additions and 84 deletions

View File

@@ -21,7 +21,7 @@
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="centerCrop"
android:scaleType="centerInside"
android:cropToPadding="true"
android:src="@drawable/one_handed_guideline"
android:contentDescription="@null" />