Fixes style mismatch
Bug: 3235979
Changes the style of the UrlInputView to use the light theme to match
the inverse text theme when using style-xlarge.
Change-Id: Ib7d6171ab255699e4118e89d8423ac7386a226f0
diff --git a/res/layout/url_bar.xml b/res/layout/url_bar.xml
index 8b4a3c0..2a67c72 100644
--- a/res/layout/url_bar.xml
+++ b/res/layout/url_bar.xml
@@ -116,7 +116,8 @@
android:lines="1"
android:scrollHorizontally="true"
android:inputType="textUri"
- android:imeOptions="actionGo" />
+ android:imeOptions="actionGo"
+ style="@style/Suggestions" />
<ImageView
android:id="@+id/clear"
android:src="@drawable/ic_clear_search"