From 642a0009ee54bcf4762503a4264ca417595a41c3 Mon Sep 17 00:00:00 2001 From: jhengazuki Date: Tue, 16 Sep 2025 01:44:58 +0800 Subject: [PATCH] Update ui --- app/src/mobile/res/layout/activity_file.xml | 10 +++++----- app/src/mobile/res/layout/activity_folder.xml | 10 +++++----- app/src/mobile/res/layout/activity_history.xml | 10 +++++----- app/src/mobile/res/layout/activity_keep.xml | 10 +++++----- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/app/src/mobile/res/layout/activity_file.xml b/app/src/mobile/res/layout/activity_file.xml index d380eaba6..c150d222a 100644 --- a/app/src/mobile/res/layout/activity_file.xml +++ b/app/src/mobile/res/layout/activity_file.xml @@ -1,11 +1,10 @@ - + android:fitsSystemWindows="true"> + android:layout_height="match_parent" + app:layout_behavior="@string/appbar_scrolling_view_behavior"> - \ No newline at end of file + \ No newline at end of file diff --git a/app/src/mobile/res/layout/activity_folder.xml b/app/src/mobile/res/layout/activity_folder.xml index 64111084b..bb24b4246 100644 --- a/app/src/mobile/res/layout/activity_folder.xml +++ b/app/src/mobile/res/layout/activity_folder.xml @@ -1,10 +1,9 @@ - + android:fitsSystemWindows="true"> + android:layout_height="match_parent" + app:layout_behavior="@string/appbar_scrolling_view_behavior" /> - \ No newline at end of file + \ No newline at end of file diff --git a/app/src/mobile/res/layout/activity_history.xml b/app/src/mobile/res/layout/activity_history.xml index e54682f31..251da28d8 100644 --- a/app/src/mobile/res/layout/activity_history.xml +++ b/app/src/mobile/res/layout/activity_history.xml @@ -1,11 +1,10 @@ - + android:fitsSystemWindows="true"> + android:layout_height="match_parent" + app:layout_behavior="@string/appbar_scrolling_view_behavior"> - \ No newline at end of file + \ No newline at end of file diff --git a/app/src/mobile/res/layout/activity_keep.xml b/app/src/mobile/res/layout/activity_keep.xml index 7ad8e6805..0e2b103d8 100644 --- a/app/src/mobile/res/layout/activity_keep.xml +++ b/app/src/mobile/res/layout/activity_keep.xml @@ -1,11 +1,10 @@ - + android:fitsSystemWindows="true"> + android:layout_height="match_parent" + app:layout_behavior="@string/appbar_scrolling_view_behavior"> - \ No newline at end of file + \ No newline at end of file