Bodyレイアウト

This commit is contained in:
r-ca 2024-01-28 13:17:29 +09:00
parent a239fd2f9c
commit 3afe8ce4cb
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -3,12 +3,13 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
tools:context=".ViewerBodyFragment"> tools:context=".ViewerBodyFragment">
<!-- TODO: Update blank fragment layout --> <androidx.recyclerview.widget.RecyclerView
<TextView android:id="@+id/recycler_view"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:text="@string/hello_blank_fragment" /> app:layout_behavior="@string/appbar_scrolling_view_behavior" />
</FrameLayout> </FrameLayout>