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

Commit b9d164e9 authored by Veeti Paananen's avatar Veeti Paananen
Browse files

Correct padding for status bar icons

4dp is used in AOSP.

Change-Id: I7f97cb9feabe267c67722d600d0891ab2ce1a907
parent e26c0ef3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@
    <dimen name="qs_tile_icon_size">32dp</dimen>

    <!-- The padding of the items of the battery cluster -->
    <dimen name="status_bar_battery_cluster_padding">2dip</dimen>
    <dimen name="status_bar_battery_cluster_padding">4dip</dimen>
    <!-- The margin adjusment of the text items of the battery cluster -->
    <dimen name="status_bar_battery_cluster_text_margin">-1dip</dimen>