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:
vadimt
2023-02-02 09:18:23 -08:00
parent 79b8b96746
commit fc37df052e
2 changed files with 2 additions and 0 deletions

View File

@@ -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"

View File

@@ -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"