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

Commit 3815706c authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Correct android:dimen/status_bar_icon_size for tablets.

Bug: 5086130
Change-Id: I32e7ec93b87cdde20e1a250e139d2ec0b90baac2
parent 7434fe8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    <!-- Height of the status bar -->
    <dimen name="status_bar_height">48dip</dimen>
    <!-- Width and height of a single notification icon in the status bar -->
    <dimen name="status_bar_icon_size">32dip</dimen>
    <dimen name="status_bar_icon_size">24dip</dimen>
    <!-- Size of the giant number (unread count) in the notifications -->
    <dimen name="status_bar_content_number_size">48sp</dimen>