From ad349831e59aef816db80f2b330d1d8dd08564be Mon Sep 17 00:00:00 2001 From: machiav3lli Date: Mon, 28 Feb 2022 01:37:58 +0100 Subject: [PATCH] Fix: Irregular scroll issues of app sheet --- src/main/res/layout/sheet_app_x.xml | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/src/main/res/layout/sheet_app_x.xml b/src/main/res/layout/sheet_app_x.xml index fbce3f28..0816eb66 100644 --- a/src/main/res/layout/sheet_app_x.xml +++ b/src/main/res/layout/sheet_app_x.xml @@ -26,22 +26,14 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - - - - + android:layout_height="wrap_content" + android:clipChildren="false" + android:clipToPadding="false" + tools:itemCount="1" + tools:listitem="@layout/item_app_info_x" />