Fix first item in Latest not being clickable

It was clickable if you clicked anywhere on that item other than the
card (e.g. the background feature image).
This commit is contained in:
Peter Serwylo 2017-04-11 11:32:46 +10:00
parent 8e7096b2a8
commit 46da776c2c

View File

@ -36,7 +36,6 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@+id/header_height"
android:foreground="?attr/selectableItemBackground"
android:clickable="true"
>
<android.support.constraint.ConstraintLayout