|
@@ -37,7 +37,7 @@
|
|
|
android:label="@string/app_name"
|
|
|
android:roundIcon="@drawable/app_logo_round"
|
|
|
android:supportsRtl="true"
|
|
|
- android:theme="@style/Theme.AppCompat.Light.NoActionBar"
|
|
|
+ android:theme="@style/Theme.AppCompat.Light.NoActionBar.App"
|
|
|
android:usesCleartextTraffic="true"
|
|
|
tools:targetApi="31">
|
|
|
<activity
|
|
@@ -54,7 +54,7 @@
|
|
|
android:exported="true"
|
|
|
android:label="@string/app_name"
|
|
|
android:launchMode="singleTop"
|
|
|
- android:theme="@style/Theme.AppCompat.NoActionBar">
|
|
|
+ android:theme="@style/Theme.AppCompat.Light.NoActionBar.App">
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|