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

Commit 9cf1f377 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Update keyguard icon paddings to spec.

Bug: 15381387
Change-Id: Ia75394fd68f66233ebabe9ec4f62b42d40d19eb9
parent f75eb0dd
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -41,8 +41,8 @@

    <com.android.systemui.statusbar.KeyguardAffordanceView
        android:id="@+id/camera_button"
        android:layout_height="64dp"
        android:layout_width="64dp"
        android:layout_height="@dimen/keyguard_affordance_height"
        android:layout_width="@dimen/keyguard_affordance_width"
        android:layout_gravity="bottom|end"
        android:tint="#ffffffff"
        android:src="@drawable/ic_camera_alt_24dp"
@@ -51,8 +51,8 @@

    <com.android.systemui.statusbar.KeyguardAffordanceView
        android:id="@+id/phone_button"
        android:layout_height="64dp"
        android:layout_width="64dp"
        android:layout_height="@dimen/keyguard_affordance_height"
        android:layout_width="@dimen/keyguard_affordance_width"
        android:layout_gravity="bottom|start"
        android:tint="#ffffffff"
        android:src="@drawable/ic_phone_24dp"
@@ -61,8 +61,8 @@

    <com.android.systemui.statusbar.KeyguardAffordanceView
        android:id="@+id/lock_icon"
        android:layout_width="64dp"
        android:layout_height="64dp"
        android:layout_width="@dimen/keyguard_affordance_width"
        android:layout_height="@dimen/keyguard_affordance_height"
        android:layout_gravity="bottom|center_horizontal"
        android:src="@drawable/ic_lock_24dp"
        android:scaleType="center"
+4 −0
Original line number Diff line number Diff line
@@ -80,4 +80,8 @@

    <!-- end margin for system icons if multi user switch is hidden -->
    <dimen name="system_icons_switcher_hidden_expanded_margin">20dp</dimen>

    <!-- The width/height of the phone/camera/unlock icon on keyguard. -->
    <dimen name="keyguard_affordance_height">80dp</dimen>
    <dimen name="keyguard_affordance_width">120dp</dimen>
</resources>
+4 −0
Original line number Diff line number Diff line
@@ -412,4 +412,8 @@

    <!-- How far the user needs to drag up to invoke search. -->
    <dimen name="search_panel_threshold">150dp</dimen>

    <!-- The width/height of the phone/camera/unlock icon on keyguard. -->
    <dimen name="keyguard_affordance_height">56dp</dimen>
    <dimen name="keyguard_affordance_width">56dp</dimen>
</resources>