summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorMartin Hibdon <mhibdon@google.com>2014-04-23 11:49:05 -0700
committerMartin Hibdon <mhibdon@google.com>2014-04-23 15:17:09 -0700
commitfefeddeaf01df01567bdb0eec73ee72892c8bbe8 (patch)
tree3766fc773af8ecbce5c2f82eddd6afb139858c39 /res/values/styles.xml
parent18e65df13a18597863041452be4dc838572b1b66 (diff)
downloadandroid_packages_apps_Email-fefeddeaf01df01567bdb0eec73ee72892c8bbe8.tar.gz
android_packages_apps_Email-fefeddeaf01df01567bdb0eec73ee72892c8bbe8.tar.bz2
android_packages_apps_Email-fefeddeaf01df01567bdb0eec73ee72892c8bbe8.zip
Update more padding and layouts
b/14255447 The password label, edit text, and clear button were not lining up correctly. Also, there needed to be more space around the password edit text. Change-Id: I71864733457b3b599160a6d9a44d48d2e23961ce
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 3ecbd57b7..ae538ad90 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -123,5 +123,11 @@
<item name="android:textSize">20sp</item>
<item name="android:textColor">@color/quick_response_text_color</item>
</style>
+
+ <style name="clear_authentication_button">
+ <item name="android:layout_marginLeft">8dp</item>
+ </style>
</resources>
+
+