diff options
author | Michael Bestas <mikeioannina@gmail.com> | 2015-02-22 17:04:07 +0200 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2015-11-07 13:57:35 -0800 |
commit | 2fb3acbe27418b0d419227a87d75fbf8bdc8f9a1 (patch) | |
tree | 67de4f2ca201e76efc6c9914a08c913070e6c892 /res/values-sw600dp/styles.xml | |
parent | 3c05a4d516ade11e6b8cc45432c8f50723c2d716 (diff) | |
download | packages_apps_Browser-2fb3acbe27418b0d419227a87d75fbf8bdc8f9a1.zip packages_apps_Browser-2fb3acbe27418b0d419227a87d75fbf8bdc8f9a1.tar.gz packages_apps_Browser-2fb3acbe27418b0d419227a87d75fbf8bdc8f9a1.tar.bz2 |
Cleanup code style
* Fix breakage from 'Materialize' commit
Change-Id: I81d06e069f3eb18581a7072aaf7e22b1a3d804a2
Diffstat (limited to 'res/values-sw600dp/styles.xml')
-rw-r--r-- | res/values-sw600dp/styles.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values-sw600dp/styles.xml b/res/values-sw600dp/styles.xml index f03cac1..20e42f4 100644 --- a/res/values-sw600dp/styles.xml +++ b/res/values-sw600dp/styles.xml @@ -28,11 +28,11 @@ <item name="android:actionBarSize">64dip</item> </style> <style name="Suggestions" parent="@android:style/Widget.Material.Light.AutoCompleteTextView"> - <item name="android:textColor">@color/white</item> - <item name="android:textColorHint">@color/white</item> - <item name="android:dropDownVerticalOffset">0dip</item> + <item name="android:textColor">@color/white</item> + <item name="android:textColorHint">@color/white</item> + <item name="android:dropDownVerticalOffset">0dip</item> </style> <style name="ActionBarStyle" parent="@android:style/ThemeOverlay.Material.Dark.ActionBar"> <item name="android:background">@color/primary</item> - </style> + </style> </resources> |