summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-10-07 22:39:39 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-10-07 22:39:39 +0000
commit387cbe9e884e8e770e22663002815bb4ba6b474b (patch)
tree2adb9f89db0b3a5231e8b88094bce4d5685e909f
parent011f93505b2cd7ced66b6f6d9968bccbba9ae2fe (diff)
parentafecc57a49bcccc1933cfeba21ed3c159799936a (diff)
downloadpackages_apps_PhoneCommon-387cbe9e884e8e770e22663002815bb4ba6b474b.tar.gz
packages_apps_PhoneCommon-387cbe9e884e8e770e22663002815bb4ba6b474b.tar.bz2
packages_apps_PhoneCommon-387cbe9e884e8e770e22663002815bb4ba6b474b.zip
Merge "Use 8dp for fab elevation" into lmp-mr1-dev
-rw-r--r--res/values/dimens.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 0dc916e..40f13e0 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -49,7 +49,7 @@
<!-- Corner radius of the floating action button -->
<dimen name="floating_action_button_radius">28dp</dimen>
<!-- Z translation of the floating action button -->
- <dimen name="floating_action_button_translation_z">3dp</dimen>
+ <dimen name="floating_action_button_translation_z">8dp</dimen>
<!-- Padding to be applied to the bottom of lists to make space for the floating action
button -->
<dimen name="floating_action_button_list_bottom_padding">88dp</dimen>