summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorPaul Soulos <psoulos@google.com>2014-05-29 11:02:17 -0700
committerPaul Soulos <psoulos@google.com>2014-05-29 11:02:17 -0700
commitd0e4ed91b7f447168c1487e649e3048b01215938 (patch)
tree499f6e33fe7dddceb3ac5b26101eba112ea5062f /res/values
parente17b4fa701f5bdc6c45a050cc89c8b826f7dfe21 (diff)
downloadandroid_packages_apps_ContactsCommon-d0e4ed91b7f447168c1487e649e3048b01215938.tar.gz
android_packages_apps_ContactsCommon-d0e4ed91b7f447168c1487e649e3048b01215938.tar.bz2
android_packages_apps_ContactsCommon-d0e4ed91b7f447168c1487e649e3048b01215938.zip
Moves FAB margins to ContactsCommon. Will remove from Dialer in separate CL.
Change-Id: I2d9dc2fd1da0b3783643ae8e975a4a7103031a45
Diffstat (limited to 'res/values')
-rw-r--r--res/values/dimens.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 4904400d..35b9ddda 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -102,6 +102,10 @@
<!-- 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>
+ <!-- Right margin of the floating action button -->
+ <dimen name="floating_action_button_margin_right">16dp</dimen>
+ <!-- Bottom margin of the floating action button -->
+ <dimen name="floating_action_button_margin_bottom">16dp</dimen>
<!-- Height of the selection indicator of a tab. -->
<dimen name="tab_selected_underline_height">3dp</dimen>