diff options
| author | 2020-12-21 16:03:27 -0600 | |
|---|---|---|
| committer | 2020-12-21 23:25:08 +0000 | |
| commit | 3312239f3d3ccb7b5d3e4f7fdfcbcd41656a886e (patch) | |
| tree | ba6e5d6b3955544dfd100d79a3128b3dbf4dfa45 | |
| parent | a0334be887757324e671e09e4563034704c66fb0 (diff) | |
Label ExpandableNotificationRow for hierachy snapshot viewer
Bug: 176114165
Test: hsv
Change-Id: I1ccb79b57e51d5e791bac54e59ef3ed6194ebf76
| -rw-r--r-- | packages/SystemUI/res/layout/status_bar_notification_row.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/status_bar_notification_row.xml b/packages/SystemUI/res/layout/status_bar_notification_row.xml index 84b9e3de28ef..2c08f5db0323 100644 --- a/packages/SystemUI/res/layout/status_bar_notification_row.xml +++ b/packages/SystemUI/res/layout/status_bar_notification_row.xml @@ -18,6 +18,7 @@ <!-- extends FrameLayout --> <com.android.systemui.statusbar.notification.row.ExpandableNotificationRow xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/expandableNotificationRow" android:layout_width="match_parent" android:layout_height="wrap_content" android:focusable="true" |