added onclicklistener to notificationlist

This commit is contained in:
danijoo
2016-01-02 22:02:18 +01:00
parent a53acba581
commit 31c053b9c3
3 changed files with 40 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:andorid="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:padding="8dp">
android:padding="8dp"
android:foreground="?attr/selectableItemBackground">
<ImageView
android:layout_marginEnd="16dp"