diff options
| -rw-r--r-- | core/res/res/layout/keyguard_face_unlock_view.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/layout/keyguard_face_unlock_view.xml b/core/res/res/layout/keyguard_face_unlock_view.xml index 9f7efc4041bd..12b6052667a3 100644 --- a/core/res/res/layout/keyguard_face_unlock_view.xml +++ b/core/res/res/layout/keyguard_face_unlock_view.xml @@ -44,6 +44,7 @@ android:id="@+id/face_unlock_area_view" android:layout_width="match_parent" android:layout_height="match_parent" + android:layout_gravity="center_horizontal" android:background="@*android:drawable/intro_bg" android:gravity="center"> |