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

Commit 206b5f30 authored by Evan Laird's avatar Evan Laird
Browse files

Reduce spacing between notification icons

They shrunk 2dp, so shall the spacing. Also reduce the battery height
since it got skipped in the initial shrink.

Test: visual
Bug: 77822905
Bug: 74985733
Change-Id: I468536d2bbbcbc1ff0714a817e89e819c4bfc0a1
parent 6433ac13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@
    <!-- Width of the navigation bar when it is placed vertically on the screen in car mode -->
    <dimen name="navigation_bar_width_car_mode">96dp</dimen>
    <!-- Height of notification icons in the status bar -->
    <dimen name="status_bar_icon_size">24dip</dimen>
    <dimen name="status_bar_icon_size">22dip</dimen>
    <!-- Size of the giant number (unread count) in the notifications -->
    <dimen name="status_bar_content_number_size">48sp</dimen>
    <!-- Margin at the edge of the screen to ignore touch events for in the windowshade. -->
+2 −2
Original line number Diff line number Diff line
@@ -34,10 +34,10 @@
    <dimen name="status_bar_icon_size">@*android:dimen/status_bar_icon_size</dimen>

    <!-- Height of the battery icon in the status bar. -->
    <dimen name="status_bar_battery_icon_height">14.5dp</dimen>
    <dimen name="status_bar_battery_icon_height">13.0dp</dimen>

    <!-- Width of the battery icon in the status bar. -->
    <dimen name="status_bar_battery_icon_width">9.5dp</dimen>
    <dimen name="status_bar_battery_icon_width">8.5dp</dimen>

    <!-- The font size for the clock in the status bar. -->
    <dimen name="status_bar_clock_size">14sp</dimen>