From 3afe8ce4cb06ae2190574b495d2bc7be42227910 Mon Sep 17 00:00:00 2001 From: r-ca Date: Sun, 28 Jan 2024 13:17:29 +0900 Subject: [PATCH] =?UTF-8?q?Body=E3=83=AC=E3=82=A4=E3=82=A2=E3=82=A6?= =?UTF-8?q?=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../viewer/src/main/res/layout/fragment_viewer_body.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/component/viewer/src/main/res/layout/fragment_viewer_body.xml b/component/viewer/src/main/res/layout/fragment_viewer_body.xml index 41efbb22..0309ef0a 100644 --- a/component/viewer/src/main/res/layout/fragment_viewer_body.xml +++ b/component/viewer/src/main/res/layout/fragment_viewer_body.xml @@ -3,12 +3,13 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" + xmlns:app="http://schemas.android.com/apk/res-auto" tools:context=".ViewerBodyFragment"> - - + app:layout_behavior="@string/appbar_scrolling_view_behavior" /> \ No newline at end of file