Bodyにマージンを追加

This commit is contained in:
ろむねこ 2024-01-29 11:54:00 +09:00
parent 266920349e
commit 0100541fc2
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -10,6 +10,7 @@
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="8dp"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
</FrameLayout>