Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc37df05 authored by vadimt's avatar vadimt
Browse files

Assigning id to user detail view

This id is used by the tests.

Test: presubmit
Bug: 252851229
Change-Id: If385cf592d6cad62cd599b8ec6f1fa2aa99a81fe
parent 79b8b967
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"
+1 −0
Original line number Diff line number Diff line
@@ -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"