summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2019-06-20 17:49:53 -0700
committerAndrew Sapperstein <asapperstein@google.com>2019-06-25 23:25:21 +0000
commit479db3335a12f45f032da7df7db2b396d0c81e4d (patch)
tree35c0ef7b3c9abfc1fc3ef715946bf525f493c7f3
parentba5580e4e1ac8f9f3eb1eb6338e43716ad0a70b1 (diff)
downloadHTMLViewer-479db3335a12f45f032da7df7db2b396d0c81e4d.tar.gz
Fixes: 136033465 Test: visual inspection Change-Id: I7231ed7cd659ac594c316eb884aa5caa72bfea0b
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 660c625..655127b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -25,7 +25,7 @@
android:supportsRtl="true">
<activity android:name="HTMLViewerActivity"
android:label="@string/app_label"
- android:theme="@android:style/Theme.DeviceDefault">
+ android:theme="@android:style/Theme.DeviceDefault.Settings">
<intent-filter>
<category android:name="android.intent.category.DEFAULT" />
<action android:name="android.intent.action.VIEW" />