Improve dashboard
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme"
|
||||
android:theme="@style/Theme.Material3.DayNight"
|
||||
tools:targetApi="31">
|
||||
|
||||
<meta-data
|
||||
@@ -37,6 +37,7 @@
|
||||
android:name=".ui.MainActivity"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:theme="@style/Theme.Material3.DayNight.NoActionBar"
|
||||
android:launchMode="singleTask">
|
||||
|
||||
<meta-data
|
||||
|
||||
Reference in New Issue
Block a user