summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-02-11 17:47:54 -0800
committerJohn Reck <jreck@google.com>2011-02-14 10:49:51 -0800
commit9d27ff5437db16b7ca16ec8cea464aaefdacc17e (patch)
tree98cdd3cd8f9260168858f5bc0982180dda6bfca1 /AndroidManifest.xml
parent285ef044bb1098b3bf318a65fe6a86c93b2365b0 (diff)
downloadandroid_packages_apps_Gello-9d27ff5437db16b7ca16ec8cea464aaefdacc17e.tar.gz
android_packages_apps_Gello-9d27ff5437db16b7ca16ec8cea464aaefdacc17e.tar.bz2
android_packages_apps_Gello-9d27ff5437db16b7ca16ec8cea464aaefdacc17e.zip
Make bookmarks useable-ish on phones
This fix just makes it so that you can actually see and get to all the various controls. It is unpleasant to use, but at least it can be used at all. Change-Id: I43dabb337af61497ddee78cb07ffd04d2e9309b2
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8ac2c875..9ddc7b5c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -166,7 +166,7 @@
</activity>
<activity android:name="AddBookmarkPage" android:label="Save bookmark"
- android:theme="@style/Dialog"
+ android:theme="@style/DialogWhenLarge"
android:configChanges="orientation|keyboardHidden"
android:windowSoftInputMode="stateHidden|adjustPan">
<intent-filter>