summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-08-29 12:56:09 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-08-29 12:56:09 -0700
commit88956b9456a6c8396dc966e6bfb61e45287569a5 (patch)
tree2e7618c60dd00cb9bec8271cb0a91c561ce7e72e /res
parent6d556635576945d813d01d2512d57135b7f26546 (diff)
parentcba1fd1d73fa05c797e5f6b23fbd60a4b84d1661 (diff)
downloadpackages_apps_Browser-88956b9456a6c8396dc966e6bfb61e45287569a5.zip
packages_apps_Browser-88956b9456a6c8396dc966e6bfb61e45287569a5.tar.gz
packages_apps_Browser-88956b9456a6c8396dc966e6bfb61e45287569a5.tar.bz2
Merge "Set the right input type on phone"
Diffstat (limited to 'res')
-rw-r--r--res/layout/title_bar_nav.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/title_bar_nav.xml b/res/layout/title_bar_nav.xml
index 18cd4e7..eeba9d7 100644
--- a/res/layout/title_bar_nav.xml
+++ b/res/layout/title_bar_nav.xml
@@ -71,7 +71,7 @@
android:ellipsize="end"
android:lines="1"
android:scrollHorizontally="true"
- android:inputType="text"
+ android:inputType="textUri"
android:imeOptions="actionGo|flagNoExtractUi|flagNoFullscreen"
style="@style/Suggestions"
android:background="@null" />