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

Commit f61f75eb authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

Merge "Redesigned system bar and quick settings panel."

parents 7fdb2a47 d39e388e
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>
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@
    </style>

    <style name="TextAppearance.StatusBar.Icon">
        <item name="android:textStyle">bold</item>
    </style>
    <style name="TextAppearance.StatusBar.EventContent">
        <item name="android:textColor">?android:attr/textColorPrimary</item>
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@
        >

    <uses-permission android:name="android.permission.STATUS_BAR_SERVICE" />
    <uses-permission android:name="android.permission.BLUETOOTH" />
    <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
    <uses-permission android:name="android.permission.GET_TASKS" />

    <application
−186 B
Loading image diff...
−200 B
Loading image diff...
Loading