From 4594856a43a4baeae579a4cbd063c0e0c5d6ff8f Mon Sep 17 00:00:00 2001 From: FongMi Date: Sat, 4 Feb 2023 13:44:41 +0800 Subject: [PATCH] [mobile] fix ui bug --- app/src/mobile/res/layout/fragment_site.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/mobile/res/layout/fragment_site.xml b/app/src/mobile/res/layout/fragment_site.xml index 036699013..312aaa6c1 100644 --- a/app/src/mobile/res/layout/fragment_site.xml +++ b/app/src/mobile/res/layout/fragment_site.xml @@ -36,7 +36,8 @@ android:id="@+id/progressLayout" android:layout_width="match_parent" android:layout_height="match_parent" - android:layout_marginTop="16dp"> + android:layout_marginTop="16dp" + android:descendantFocusability="blocksDescendants">