make notification cards clickable

This commit is contained in:
Akinwale Ariwodola 2020-08-01 08:35:21 +01:00
parent b335e47cfa
commit f0c625c2cb

View file

@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView
xmlns:android="http://schemas.android.com/apk/res/android"
android:background="?attr/selectableItemBackground"
android:clickable="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="8dp"
@ -8,8 +10,6 @@
android:layout_marginBottom="8dp">
<LinearLayout
android:orientation="vertical"
android:background="?attr/selectableItemBackground"
android:clickable="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="16dp">