summaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2019-09-27 12:17:52 +0200
committercyBerta <cyberta@riseup.net>2019-09-27 12:17:52 +0200
commit91877ac8ed64927d14c0762cd4402e5ed736fab9 (patch)
treede3c5454ba853020f877e3229e3ab5a9024a7cf4 /app/src/main/res/values
parente52d759c635a25969079503991e825b3f373cbcc (diff)
fix flickering when restarting the vpn
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/themes.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index 51a8ea0e..7e98ccf4 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -20,4 +20,8 @@
<item name="android:windowBackground">@drawable/splash_page</item>
</style>
+ <style name="invisibleTheme" parent="@android:style/Theme.Translucent.NoTitleBar">
+ <item name="android:windowAnimationStyle">@null</item>
+ </style>
+
</resources>