summaryrefslogtreecommitdiffstats
path: root/res/values-sw600dp
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2012-08-06 09:25:37 -0700
committerMindy Pereira <mindyp@google.com>2012-08-06 09:37:43 -0700
commit8076321d4fbc5599a2d2dc7c5b9c2a3ec9586f40 (patch)
treef35461013daee63e49fa9378b5527658a1be343f /res/values-sw600dp
parentaa05cd450d8c288c7d5ed27af41512615c6ae5e5 (diff)
downloadandroid_packages_apps_UnifiedEmail-8076321d4fbc5599a2d2dc7c5b9c2a3ec9586f40.tar.gz
android_packages_apps_UnifiedEmail-8076321d4fbc5599a2d2dc7c5b9c2a3ec9586f40.tar.bz2
android_packages_apps_UnifiedEmail-8076321d4fbc5599a2d2dc7c5b9c2a3ec9586f40.zip
Dont allow tapping the area outside the spinner to open the spinner.
Also, combine the tablet and phone layouts. Fixes b/6930980 deal with the highlight when tapping on the action bar Change-Id: I82feae5a5855d71a7d7a76b93f2beae5d07166a8
Diffstat (limited to 'res/values-sw600dp')
-rw-r--r--res/values-sw600dp/styles.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values-sw600dp/styles.xml b/res/values-sw600dp/styles.xml
index 2060c9d0c..229537409 100644
--- a/res/values-sw600dp/styles.xml
+++ b/res/values-sw600dp/styles.xml
@@ -61,4 +61,7 @@
<style name="AccountSpinnerAnchorTextPrimary" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Title">
</style>
+ <style name="AccountSpinnerStyle">
+ <item name="android:layout_width">@dimen/spinner_frame_width</item>
+ </style>
</resources> \ No newline at end of file