summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index fa519721..0db696b7 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -79,6 +79,7 @@
</receiver>
<activity android:name=".SizeLimitActivity"
- android:launchMode="singleTask" />
+ android:launchMode="singleTask"
+ android:theme="@style/Theme.Translucent"/>
</application>
</manifest>