summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/theme
diff options
context:
space:
mode:
authorlinyuh <linyuh@google.com>2018-01-22 15:42:00 -0800
committerCopybara-Service <copybara-piper@google.com>2018-01-22 16:11:50 -0800
commita2c2d5c65ec2aad3ba198ab645e01f51331c8e83 (patch)
treede2f2c82b68181a8817d1b341d35f23c32012922 /java/com/android/dialer/theme
parent05838b54c2ba81e74e205141c436ad8e9900b933 (diff)
Don't let the FAB obscure the last item of speed dial/call log/voicemail.
Bug: 72235391 Test: Manual PiperOrigin-RevId: 182848699 Change-Id: I587f5f4dd770278747114da17581c8fc253651c0
Diffstat (limited to 'java/com/android/dialer/theme')
-rw-r--r--java/com/android/dialer/theme/res/values/dimens.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/com/android/dialer/theme/res/values/dimens.xml b/java/com/android/dialer/theme/res/values/dimens.xml
index 2b5243ebd..88b8a0423 100644
--- a/java/com/android/dialer/theme/res/values/dimens.xml
+++ b/java/com/android/dialer/theme/res/values/dimens.xml
@@ -50,4 +50,8 @@
<!-- Minimum width for material compliant buttons. -->
<dimen name="dialer_button_min_width">72dp</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>
</resources>