|
23 | 23 | <com.android.internal.policy.impl.keyguard.KeyguardFaceUnlockView |
24 | 24 | xmlns:android="http://schemas.android.com/apk/res/android" |
25 | 25 | android:id="@+id/keyguard_face_unlock_view" |
| 26 | + android:orientation="vertical" |
26 | 27 | android:layout_width="match_parent" |
27 | 28 | android:layout_height="match_parent"> |
28 | 29 |
|
29 | | - <!-- TODO --> |
| 30 | + <include layout="@layout/keyguard_navigation"/> |
| 31 | + |
| 32 | + <Space |
| 33 | + android:layout_width="match_parent" |
| 34 | + android:layout_height="0dip" |
| 35 | + android:layout_weight="1" /> |
| 36 | + |
| 37 | + <RelativeLayout |
| 38 | + android:id="@+id/face_unlock_area_view" |
| 39 | + android:layout_width="match_parent" |
| 40 | + android:layout_height="@dimen/face_unlock_height" |
| 41 | + android:background="@drawable/intro_bg" |
| 42 | + android:gravity="center"> |
| 43 | + |
| 44 | + <View |
| 45 | + android:id="@+id/spotlightMask" |
| 46 | + android:layout_width="match_parent" |
| 47 | + android:layout_height="match_parent" |
| 48 | + android:background="@color/facelock_spotlight_mask" |
| 49 | + /> |
| 50 | + |
| 51 | + <ImageView |
| 52 | + android:id="@+id/cancel_button" |
| 53 | + android:layout_width="wrap_content" |
| 54 | + android:layout_height="wrap_content" |
| 55 | + android:padding="5dip" |
| 56 | + android:layout_alignParentTop="true" |
| 57 | + android:layout_alignParentEnd="true" |
| 58 | + android:src="@drawable/ic_facial_backup" |
| 59 | + /> |
| 60 | + |
| 61 | + </RelativeLayout> |
30 | 62 |
|
31 | 63 | </com.android.internal.policy.impl.keyguard.KeyguardFaceUnlockView> |
0 commit comments