summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorBen Komalo <benkomalo@google.com>2011-08-09 18:07:00 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-08-09 18:07:00 -0700
commit2468b54db5bd505a253aa03e9a0734073087aa52 (patch)
tree6e0e1b7e7c0b128e47dc7f0ca5fa7bb712b67367 /res/values/styles.xml
parent75c86362e00c96cfa7c47e170dd0ea99cae462e3 (diff)
parented494cd6bb071efd1bf290b98c977debc7d15022 (diff)
downloadandroid_packages_apps_Email-2468b54db5bd505a253aa03e9a0734073087aa52.tar.gz
android_packages_apps_Email-2468b54db5bd505a253aa03e9a0734073087aa52.tar.bz2
android_packages_apps_Email-2468b54db5bd505a253aa03e9a0734073087aa52.zip
Merge "Fix search styling."
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 5ac201e4b..65003c7e6 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -127,7 +127,7 @@
<item name="android:singleLine">true</item>
</style>
- <style name="SearchBar">
+ <style name="action_bar_custom_view">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">match_parent</item>
</style>
@@ -170,11 +170,6 @@
<item name="android:ellipsize">end</item>
</style>
- <style name="action_bar_spinner">
- <item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">match_parent</item>
- </style>
-
<style name="action_bar_spinner_primary_text">
<item name="android:textSize">16sp</item>
<item name="android:textColor">@color/text_primary_color</item>