デバッグメニューのプレビューでテーマを読み込めるようにした

This commit is contained in:
r-ca 2023-12-17 11:58:10 +09:00
parent 2a60f884cf
commit 605bdf5d9b
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -5,6 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:theme="@style/Theme.Material3.DayNight.NoActionBar"
tools:context=".DebugMenuFragment">
<androidx.appcompat.widget.Toolbar