Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3676f43 authored by Nancy Chen's avatar Nancy Chen
Browse files

Decreased elevation/shadows for FAB

FAB (floating action button) has slightly lower depth for
sharper shadow contrast.

Bug: 15385828
Change-Id: Ida1c9e94fde77678a6a1d4d22557ee05882ab50c
parent 1b619226
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,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">5dp</dimen>
    <dimen name="floating_action_button_translation_z">1dp</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>