diff options
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 3e2c0bee..0d444ed5 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -98,7 +98,7 @@ android:theme="@style/FrostTheme" /> <activity android:name=".SettingsActivity" - android:theme="@style/FrostTheme" /> + android:theme="@style/FrostTheme.Transparent" /> <service android:name=".services.NotificationService" |