diff options
author | John Reck <jreck@google.com> | 2011-08-29 12:56:09 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-08-29 12:56:09 -0700 |
commit | 88956b9456a6c8396dc966e6bfb61e45287569a5 (patch) | |
tree | 2e7618c60dd00cb9bec8271cb0a91c561ce7e72e /res | |
parent | 6d556635576945d813d01d2512d57135b7f26546 (diff) | |
parent | cba1fd1d73fa05c797e5f6b23fbd60a4b84d1661 (diff) | |
download | packages_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.xml | 2 |
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" /> |