summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSelim Gurun <sgurun@google.com>2013-07-17 15:58:39 -0700
committerSelim Gurun <sgurun@google.com>2013-07-17 15:59:30 -0700
commit5490ee5eeeb517c112e9584a5e9e42758113d2a6 (patch)
treed425906c41aac3d31c61477ebe591b6d6ad2c616
parent23489eacff5576b58d94fb96b5d4a119f6193f2d (diff)
downloadandroid_packages_apps_HTMLViewer-5490ee5eeeb517c112e9584a5e9e42758113d2a6.tar.gz
android_packages_apps_HTMLViewer-5490ee5eeeb517c112e9584a5e9e42758113d2a6.tar.bz2
android_packages_apps_HTMLViewer-5490ee5eeeb517c112e9584a5e9e42758113d2a6.zip
Fix the theme.
Bug: 6508085 Change-Id: I006a3b1c55b2e64a8852ebe3511bfe9eb8f8f35c
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8bb7c15..cbca479 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -24,7 +24,7 @@
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<application android:label="@string/app_label">
<activity android:name="HTMLViewerActivity" android:label="HTMLViewer"
- android:theme="@android:style/Theme.Light" >
+ android:theme="@android:style/Theme.Holo" >
<intent-filter>
<category android:name="android.intent.category.DEFAULT" />
<action android:name="android.intent.action.VIEW" />