am 1dd0f245: Update keyguard icon paddings to spec.
* commit '1dd0f245efe92f2515eee0d59031b53e6e2fffa2': Update keyguard icon paddings to spec.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user