Merge "Add intermediate lock icon so users know how to unlock."

This commit is contained in:
Jorim Jaggi
2014-05-07 20:18:34 +00:00
committed by Android (Google) Code Review
6 changed files with 10 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 629 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 825 B

View File

@@ -55,4 +55,14 @@
android:textStyle="italic"
android:textAppearance="?android:attr/textAppearanceMedium"/>
<ImageView
android:layout_width="64dp"
android:layout_height="64dp"
android:layout_gravity="bottom|center_horizontal"
android:src="@drawable/ic_lock_24dp"
android:scaleType="center"
android:alpha="0.7"
android:layerType="hardware"
android:tint="#ffffffff"/>
</com.android.systemui.statusbar.phone.KeyguardBottomAreaView>