am 0e22e527: Merge "Share account switcher dropdown widths." into ics-mr1

* commit '0e22e527c5b2345073dd4255fe23b66ab89ebd8a':
  Share account switcher dropdown widths.
diff --git a/res/values-sw600dp/dimen.xml b/res/values-sw600dp/dimen.xml
index 555a461..daeb68b 100644
--- a/res/values-sw600dp/dimen.xml
+++ b/res/values-sw600dp/dimen.xml
@@ -19,4 +19,5 @@
 -->
 <resources>
     <dimen name="senders_font_size">18sp</dimen>
+    <dimen name="account_dropdown_dropdownwidth">496dip</dimen>
 </resources>
diff --git a/res/values/dimen.xml b/res/values/dimen.xml
index a91c026..c2f015c 100644
--- a/res/values/dimen.xml
+++ b/res/values/dimen.xml
@@ -23,4 +23,5 @@
     <dimen name="senders_font_size">18sp</dimen>
     <dimen name="subject_font_size">14sp</dimen>
     <dimen name="date_font_size">12sp</dimen>
+    <dimen name="account_dropdown_dropdownwidth">274dip</dimen>
 </resources>
\ No newline at end of file
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 07a77bb..86aa295 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -136,4 +136,8 @@
     <style name="unreadCountActionBar" parent="unreadCount">
         <item name="android:layout_marginRight">8dp</item>
     </style>
+
+    <style name="AccountSwitchSpinnerItem">
+        <item name="android:layout_width">match_parent</item>
+    </style>
 </resources>
\ No newline at end of file