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

Commit cdbe799c authored by Mady Mellor's avatar Mady Mellor
Browse files

Bubbles don't hang off screen

Bug: 183657577
Test: visual - make a bubble, see it doesn't hang off the edge
Change-Id: Ib640add665bf5050f94573987072a93855f29fab
parent 1d75e183
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -164,8 +164,9 @@
    <dimen name="bubble_stack_offset">10dp</dimen>
    <!-- Offset between stack y and animation y for bubble swap. -->
    <dimen name="bubble_swap_animation_offset">15dp</dimen>
    <!-- How far offscreen the bubble stack rests. Cuts off padding and part of icon bitmap. -->
    <dimen name="bubble_stack_offscreen">9dp</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>
    <!-- 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 -->