summaryrefslogtreecommitdiffstats
path: root/ui/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/AndroidManifest.xml')
-rw-r--r--ui/AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/AndroidManifest.xml b/ui/AndroidManifest.xml
index 1b4af384..04d18635 100644
--- a/ui/AndroidManifest.xml
+++ b/ui/AndroidManifest.xml
@@ -11,7 +11,9 @@
android:icon="@mipmap/ic_launcher_download"
android:hardwareAccelerated="true">
<activity android:name=".DownloadList"
- android:launchMode="singleTop">
+ android:launchMode="singleTop"
+ android:theme="@android:style/Theme.Holo.DialogWhenLarge">
+
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />