am 55c8b683: Merge "Share spinner styles between email and gmail." into ics-mr1

* commit '55c8b683cc68cf6047e09e1d093655716120f9b3':
  Share spinner styles between email and gmail.
diff --git a/res/values-land/styles.xml b/res/values-land/styles.xml
index 0572364..bf73517 100644
--- a/res/values-land/styles.xml
+++ b/res/values-land/styles.xml
@@ -38,4 +38,6 @@
         <item name="android:paddingTop">0dip</item>
     </style>
 
+    <style name="unreadCountActionBar" parent="unreadCount">
+    </style>
 </resources>
\ No newline at end of file
diff --git a/res/values-sw600dp/styles.xml b/res/values-sw600dp/styles.xml
index b97a750..5c2885c 100644
--- a/res/values-sw600dp/styles.xml
+++ b/res/values-sw600dp/styles.xml
@@ -78,4 +78,10 @@
         <item name="android:orientation">vertical</item>
     </style>
 
+    <style name="unreadCountActionBar" parent="unreadCount">
+    </style>
+
+    <style name="AccountSwitchSpinnerItem">
+        <item name="android:layout_width">332dip</item>
+    </style>
 </resources>
\ No newline at end of file
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 647fd96..07a77bb 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -132,4 +132,8 @@
         <item name="android:singleLine">true</item>
         <item name="android:includeFontPadding">false</item>
     </style>
+
+    <style name="unreadCountActionBar" parent="unreadCount">
+        <item name="android:layout_marginRight">8dp</item>
+    </style>
 </resources>
\ No newline at end of file