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

Commit 7c256fde authored by mpodolian's avatar mpodolian
Browse files

Fixed bubble drown out of the screen.

The issue on all the devices.

Test: Visual check
Bug: 329295015
Change-Id: I3ac713e840d0c67b34fbfaddef8b867fba28a48f
parent dc6f83dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@
    <dimen name="bubble_swap_animation_offset">15dp</dimen>
    <!-- How far offscreen the bubble stack rests. There's some padding around the bubble so
         add 3dp to the desired overhang. -->
    <dimen name="bubble_stack_offscreen">3dp</dimen>
    <dimen name="bubble_stack_offscreen">2.5dp</dimen>
    <!-- How far down the screen the stack starts. -->
    <dimen name="bubble_stack_starting_offset_y">120dp</dimen>
    <!-- Space between the pointer triangle and the bubble expanded view -->