Fix Magnification shortcut option content overlap with top and bottom dialog container am: ccc8a93c6c

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

Change-Id: If9d5b907d4192a74ac9263c6f4511d6e7349d34a
This commit is contained in:
menghanli
2021-05-28 03:05:35 +00:00
committed by Automerger Merge Worker
2 changed files with 75 additions and 66 deletions

View File

@@ -15,8 +15,12 @@
limitations under the License
-->
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clipChildren="true">
<ScrollView
android:id="@+id/container_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -38,5 +42,5 @@
layout="@layout/accessibility_edit_shortcut_component" />
</LinearLayout>
</ScrollView>
</ScrollView>
</FrameLayout>

View File

@@ -15,7 +15,12 @@
limitations under the License
-->
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clipChildren="true">
<ScrollView
android:id="@+id/container_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -74,5 +79,5 @@
android:visibility="gone" />
</LinearLayout>
</ScrollView>
</ScrollView>
</FrameLayout>