微修正

This commit is contained in:
r-ca 2023-12-17 15:33:52 +09:00
parent 326d7495ac
commit e5f0402079
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -7,15 +7,8 @@
android:theme="@style/Theme.Lacerta"
tools:context=".DebugMenuDocumentTesterTopFragment">
<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/debug_menu_doc_tester_top_toolbar"
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
android:minHeight="?attr/actionBarSize"
android:theme="?attr/actionBarTheme"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
android:layout_height="match_parent"
android:text="ドキュメントテスター Placeholder" />
</androidx.constraintlayout.widget.ConstraintLayout>