From e8990f50f9d5d1be4180edc16a7b54fe2243d803 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Sat, 1 Oct 2022 03:47:29 +0800 Subject: [PATCH] Fix add a scroll view to resolve app errors dialog bottom occlusion problem --- .../res/layout/dia_app_errors_display.xml | 241 ++++++++++-------- 1 file changed, 128 insertions(+), 113 deletions(-) diff --git a/app/src/main/res/layout/dia_app_errors_display.xml b/app/src/main/res/layout/dia_app_errors_display.xml index c128106..78d4bce 100644 --- a/app/src/main/res/layout/dia_app_errors_display.xml +++ b/app/src/main/res/layout/dia_app_errors_display.xml @@ -19,136 +19,151 @@ android:textSize="12sp" android:visibility="gone" /> - + android:layout_height="match_parent" + android:fadingEdgeLength="10dp" + android:fillViewport="true" + android:requiresFadingEdge="vertical" + android:scrollbars="none"> - - - - + android:orientation="vertical"> - + - + - - + + - + - + - - + + - + - + - - + + - + - + - - + + - + - + - - + + + + + + + + + + + \ No newline at end of file