diff options
author | Andrew Lee <anwlee@google.com> | 2014-04-24 14:38:58 -0700 |
---|---|---|
committer | Andrew Lee <anwlee@google.com> | 2014-04-24 14:39:04 -0700 |
commit | 4cbc973e15f98618638e12ea36651d15191e3301 (patch) | |
tree | fa5828d1138520b73aab369264d8c726c4a6fe25 /res | |
parent | 3204ecaded4eafe9be3a94a8d7a3d73e47f16bef (diff) |
Remove floating action bar constants and configurations method.
These have been moved to ContactsCommon, and are now invoked
in Dialer from ContactsCommon.
Bug: 13956531
Change-Id: If8f97d8700b6b9549c43636b4ceb64adf37e6894
Diffstat (limited to 'res')
-rw-r--r-- | res/values/dimens.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 469677892..2fe7677e5 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -65,14 +65,8 @@ <!-- Match call_button_height to Phone's dimens/in_call_end_button_height --> <dimen name="call_button_height">74dp</dimen> - <!-- Height of the floating action button --> - <dimen name="floating_action_button_height">60dp</dimen> - <!-- Width of the floating action button --> - <dimen name="floating_action_button_width">60dp</dimen> <!-- Bottom margin of the floating action button --> <dimen name="floating_action_button_margin_bottom">10dp</dimen> - <!-- Z translation of the floating action button --> - <dimen name="floating_action_button_translation_z">5dp</dimen> <!-- Dimensions for speed dial tiles --> <dimen name="contact_tile_divider_width">1dp</dimen> |