Assigning id to user detail view
This id is used by the tests. Test: presubmit Bug: 252851229 Change-Id: If385cf592d6cad62cd599b8ec6f1fa2aa99a81fe
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
<!-- LinearLayout -->
|
||||
<com.android.systemui.statusbar.policy.KeyguardUserDetailItemView
|
||||
android:id="@+id/user_item"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:systemui="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
|
||||
<!-- LinearLayout -->
|
||||
<com.android.systemui.qs.tiles.UserDetailItemView
|
||||
android:id="@+id/user_item"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:systemui="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user