なぜかDynamicColorが適用されなくなるのでテーマの指定を削除

This commit is contained in:
r-ca 2023-12-17 22:17:13 +09:00
parent e2a6cb02d7
commit ed6e9bd469
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -4,7 +4,6 @@
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
@ -24,7 +23,6 @@
android:id="@+id/bottom_nav"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:theme="@style/Theme.Lacerta"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"