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

Commit 79a8bf07 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Shrink status bar by 2dip to match designs.

Change-Id: Ib25b827d97d05f91ba8b494d49d3be410537cb80
parent 1604ae64
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,12 +18,12 @@
*/
-->
<resources>
    <dimen name="status_bar_height">50dip</dimen>
    <dimen name="status_bar_height">48dip</dimen>
    <!-- Height of the status bar -->
    <dimen name="status_bar_icon_size">50dip</dimen>
    <dimen name="status_bar_icon_size">48dip</dimen>
    <!-- Margin at the edge of the screen to ignore touch events for in the windowshade. -->
    <!-- Margin for permanent screen decorations at the bottom. -->
    <dimen name="screen_margin_bottom">50dip</dimen>
    <dimen name="screen_margin_bottom">48dip</dimen>
    
    <!-- Default height of a key in the password keyboard for alpha -->
    <dimen name="password_keyboard_key_height_alpha">0.35in</dimen>