aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-16 15:25:24 -0700
committerAllan Wang <me@allanwang.ca>2017-06-16 15:25:24 -0700
commit7994cb1e927e61c07380a0eb7215e36120a1d6c0 (patch)
tree3adfb60b9c4775fe91f11c002b2f59dd69f0d0cb /app/src/main/AndroidManifest.xml
parent980fb3eecd6ae0c111e6e9c589ae4dee23df5567 (diff)
downloadfrost-7994cb1e927e61c07380a0eb7215e36120a1d6c0.tar.gz
frost-7994cb1e927e61c07380a0eb7215e36120a1d6c0.tar.bz2
frost-7994cb1e927e61c07380a0eb7215e36120a1d6c0.zip
Update travis
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml2
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"