テーマを適用しても問題なく動作するようになった

This commit is contained in:
ろむねこ 2023-12-18 13:29:04 +09:00
parent 6da0732642
commit 5f116189e1
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -4,6 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:theme="@style/Theme.Lacerta"
tools:context=".MainActivity">
<androidx.fragment.app.FragmentContainerView