レイアウト修正

This commit is contained in:
ろむねこ 2024-01-25 16:26:25 +09:00
parent 1212d5111b
commit b5d7aa4edd
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -39,19 +39,11 @@
</com.google.android.material.appbar.AppBarLayout>
<androidx.constraintlayout.widget.ConstraintLayout
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/tag_item_recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior" >
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/tag_item_recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
app:layout_behavior="@string/appbar_scrolling_view_behavior"/> app:layout_behavior="@string/appbar_scrolling_view_behavior" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>