summaryrefslogtreecommitdiff
path: root/android/AndroidManifest.xml
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-02-21 17:35:03 +0100
committerTor Andersson <tor.andersson@artifex.com>2012-02-21 18:19:21 +0100
commit482ae6630a379bccb6c2fcb2fa9c61037fe0727e (patch)
tree6e9ed20eff77164c45ae105ed88bfcd24b48addd /android/AndroidManifest.xml
parent8881c1cf76182a780516d61539944dac8aca65ac (diff)
downloadmupdf-482ae6630a379bccb6c2fcb2fa9c61037fe0727e.tar.xz
Replace Android application icon with one based on the logo.
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index c2e74a7b..9d4ef58c 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -12,8 +12,7 @@
android:icon="@drawable/icon"
android:debuggable="true">
<activity android:name="ChoosePDFActivity"
- android:label="@string/picker_title"
- android:theme="@android:style/Theme.NoTitleBar">
+ android:label="@string/picker_title">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>