summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-10-07 14:19:08 -0700
committerBrian Attwell <brianattwell@google.com>2014-10-07 21:36:57 +0000
commitafecc57a49bcccc1933cfeba21ed3c159799936a (patch)
tree2adb9f89db0b3a5231e8b88094bce4d5685e909f /res/values
parent7b906e4fd73f20c5f526fab5adcf8690b4eb3065 (diff)
downloadandroid_packages_apps_PhoneCommon-afecc57a49bcccc1933cfeba21ed3c159799936a.tar.gz
android_packages_apps_PhoneCommon-afecc57a49bcccc1933cfeba21ed3c159799936a.tar.bz2
android_packages_apps_PhoneCommon-afecc57a49bcccc1933cfeba21ed3c159799936a.zip
Use 8dp for fab elevation
This affects emergency dialer Bug: 17897542 Change-Id: I585988c97c0e13072f4e1959555a8af029126296
Diffstat (limited to 'res/values')
-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>