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

Commit 6d17c451 authored by Michał Brzeziński's avatar Michał Brzeziński Committed by Automerger Merge Worker
Browse files

Merge "2/2 Making bouncer shift on double tap when user chooser is visible"...

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18950670



Change-Id: I851d13d1792f97605ca31f5aeb713d5338ee6a75
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1b625796 98643ea5
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.