commit | d504771ed34d19ec671ee39cfeee0df527bfe6d4 | [log] [tgz] |
---|---|---|
author | Vadim Tryshev <vadimt@google.com> | Tue Feb 07 18:32:25 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Feb 07 18:32:25 2023 +0000 |
tree | 7354f26724436fc75a3c7690aa270b8059a0b189 | |
parent | 5d668fd0f6042da1e9dfaf6ca8f783e4a996fb28 [diff] | |
parent | f927a7d4bec69fa51d8507cd5f684cee1b8ea7d9 [diff] |
Merge "Adding res id to user switcher item" into tm-qpr-dev
diff --git a/packages/SystemUI/res-keyguard/layout/keyguard_bouncer_user_switcher_item.xml b/packages/SystemUI/res-keyguard/layout/keyguard_bouncer_user_switcher_item.xml index c388f15..81f4c8c 100644 --- a/packages/SystemUI/res-keyguard/layout/keyguard_bouncer_user_switcher_item.xml +++ b/packages/SystemUI/res-keyguard/layout/keyguard_bouncer_user_switcher_item.xml
@@ -15,6 +15,7 @@ --> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/user_switcher_item" android:layout_width="match_parent" android:layout_height="wrap_content"> <TextView