Fix theme

This commit is contained in:
世界
2024-03-13 23:01:58 +08:00
parent 7ac5786548
commit 31f51a3974
7 changed files with 78 additions and 27 deletions

View File

@@ -26,7 +26,7 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/Theme.Material3.DayNight"
android:theme="@style/AppTheme"
tools:targetApi="31">
<meta-data
@@ -37,7 +37,7 @@
android:name=".ui.MainActivity"
android:exported="true"
android:icon="@mipmap/ic_launcher"
android:theme="@style/Theme.Material3.DayNight.NoActionBar"
android:theme="@style/AppTheme.NoActionBar"
android:launchMode="singleTask">
<meta-data