diff options
author | John Reck <jreck@google.com> | 2010-11-29 10:32:24 -0800 |
---|---|---|
committer | John Reck <jreck@google.com> | 2010-11-29 10:32:24 -0800 |
commit | 01820431d1c7263959ed3063b0c330fc430e9477 (patch) | |
tree | 5ae80d122b334dda53f4b23d3eccce93f3ce79c4 /res/values-xlarge | |
parent | 9446b9351cec1ffddd211ba02d985b91853f8398 (diff) | |
download | packages_apps_browser-01820431d1c7263959ed3063b0c330fc430e9477.zip packages_apps_browser-01820431d1c7263959ed3063b0c330fc430e9477.tar.gz packages_apps_browser-01820431d1c7263959ed3063b0c330fc430e9477.tar.bz2 |
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
Diffstat (limited to 'res/values-xlarge')
-rw-r--r-- | res/values-xlarge/styles.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values-xlarge/styles.xml b/res/values-xlarge/styles.xml index b0ba7dc..952d97a 100644 --- a/res/values-xlarge/styles.xml +++ b/res/values-xlarge/styles.xml @@ -51,6 +51,8 @@ <style name="ActionButton"> <item name="android:background">@drawable/browserbarbutton</item> </style> + <style name="Suggestions" parent="@android:style/Widget.Holo.Light.AutoCompleteTextView"> + </style> <style name="SuggestionLineMedium" parent="@android:style/TextAppearance.Holo.Medium.Inverse"> </style> |