Replaced custom ItemClickListener and added ripple

This commit is contained in:
Michael Schättgen 2016-08-21 23:13:27 +02:00
parent 5783066e38
commit 847d8acdd4
4 changed files with 12 additions and 17 deletions

View file

@ -2,6 +2,9 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:card_view="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:foreground="?android:attr/selectableItemBackground"
android:clickable="true"
android:focusable="true"
android:layout_height="wrap_content">
<LinearLayout