Set the right input type on phone
Bug: 5215696
The red underline appears to be some sort of misspelling thing.
It only shows up on phones because the omnibox input type is text
instead of textUri like it is on tablet
Change-Id: I5432c63d77d7bd940804525a7ad1cda8f5249014
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" />