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

Commit 2a8b3b47 authored by Michał Brzeziński's avatar Michał Brzeziński Committed by Android (Google) Code Review
Browse files

Merge "2/2 Making bouncer shift on double tap when user chooser is visible" into tm-qpr-dev

parents 8d277654 fde796bc
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -102,12 +102,13 @@
         screen. -->
    <item name="half_opened_bouncer_height_ratio" type="dimen" format="float">0.0</item>

    <!-- The actual amount of translation that is applied to the bouncer when it animates from one
         side of the screen to the other in one-handed mode. Note that it will always translate from
         the side of the screen to the other (it will "jump" closer to the destination while the
         opacity is zero), but this controls how much motion will actually be applied to it while
         animating. Larger values will cause it to move "faster" while fading out/in. -->
    <dimen name="one_handed_bouncer_move_animation_translation">120dp</dimen>
    <!-- The actual amount of translation that is applied to the security when it animates from one
         side of the screen to the other in one-handed or user switcher mode. Note that it will
         always translate from the side of the screen to the other (it will "jump" closer to the
         destination while the opacity is zero), but this controls how much motion will actually be
         applied to it while animating. Larger values will cause it to move "faster" while
         fading out/in. -->
    <dimen name="security_shift_animation_translation">120dp</dimen>


    <dimen name="bouncer_user_switcher_header_text_size">20sp</dimen>
+185 −129

File changed.

Preview size limit exceeded, changes collapsed.

+47 −34

File changed.

Preview size limit exceeded, changes collapsed.