Add FAB utility method and dimension to ContactsCommon
Bug: 15164687
Change-Id: I8d288989ba878bea34970c3e58775e8ee89c631a
diff --git a/res-common/values/dimens.xml b/res-common/values/dimens.xml
index a79822a..755f3a2 100644
--- a/res-common/values/dimens.xml
+++ b/res-common/values/dimens.xml
@@ -98,6 +98,9 @@
<dimen name="floating_action_button_radius">28dp</dimen>
<!-- Z translation of the floating action button -->
<dimen name="floating_action_button_translation_z">5dp</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>
<!-- Height of the selection indicator of a tab. -->
<dimen name="tab_selected_underline_height">3dp</dimen>