diff --git a/packages/SystemUI/res/layout/notif_half_shelf.xml b/packages/SystemUI/res/layout/notif_half_shelf.xml index 26c8872313492..d36c1a8c961b4 100644 --- a/packages/SystemUI/res/layout/notif_half_shelf.xml +++ b/packages/SystemUI/res/layout/notif_half_shelf.xml @@ -46,7 +46,9 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="8dp" - android:orientation="horizontal" > + android:orientation="horizontal" + android:clickable="true" + android:foreground="?android:attr/selectableItemBackground" > + android:clickable="true" + android:orientation="horizontal" + android:foreground="?android:attr/selectableItemBackground" >