レイアウト修正

This commit is contained in:
r-ca 2023-12-17 19:16:46 +09:00
parent f1bef54bb4
commit 47a38471c7
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -7,8 +7,14 @@
android:theme="@style/Theme.Lacerta"
tools:context=".DebugMenuDocumentTesterTopFragment">
<TextView
<androidx.recyclerview.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="ドキュメントテスター Placeholder" />
android:layout_height="0dp"
android:id="@+id/debug_menu_document_tester_recycler_view"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"/>
</androidx.constraintlayout.widget.ConstraintLayout>