summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorTony Mantler <nicoya@google.com>2014-03-06 10:46:30 -0800
committerTony Mantler <nicoya@google.com>2014-03-06 10:46:30 -0800
commit2857b5d0931acb49b66cff9a53b7f610575ffeb2 (patch)
tree324f456f06e5fa4a8644ef3f8a0dc746f89a5d5d /res/values
parent7dfbd2e14d54b1f1290560d75b8024290e299410 (diff)
downloadandroid_packages_apps_Email-2857b5d0931acb49b66cff9a53b7f610575ffeb2.tar.gz
android_packages_apps_Email-2857b5d0931acb49b66cff9a53b7f610575ffeb2.tar.bz2
android_packages_apps_Email-2857b5d0931acb49b66cff9a53b7f610575ffeb2.zip
Fix appearance and a11y of account setup navigation buttons
b/13341957 Change-Id: I3664c83ef6c9016448fa6691bb27146fcb8144b4
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 546d9a5e8..5402795a4 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -32,6 +32,11 @@
<item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
</style>
+ <!-- Navigation buttons on the account setup screens -->
+ <style name="accountSetupNavButton">
+ <item name="android:background">@android:color/transparent</item>
+ </style>
+
<!-- Cancel/Done buttons on the account settings (server settings) fragments -->
<style name="accountSettingsButton">
<item name="android:layout_width">160sp</item>