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

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

Update space around expanded state to be 4dp instead of 8

Test: manual / visual - open expanded bubble, note the space outside of
      the expanded state looks like its 4dps
Change-Id: I0a2084211c86d41a0c111ef183cad2994dbaa27c
parent b615f565
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1012,7 +1012,7 @@
    <!-- How much to inset the icon in the circle -->
    <dimen name="bubble_icon_inset">16dp</dimen>
    <!-- Padding around the view displayed when the bubble is expanded -->
    <dimen name="bubble_expanded_view_padding">8dp</dimen>
    <dimen name="bubble_expanded_view_padding">4dp</dimen>
    <!-- Default (and minimum) height of the expanded view shown when the bubble is expanded -->
    <dimen name="bubble_expanded_default_height">180dp</dimen>
    <!-- Height of the triangle that points to the expanded bubble -->