From 46da776c2c1be4f580ad01e54aed4a485c5f516e Mon Sep 17 00:00:00 2001 From: Peter Serwylo <peter@serwylo.com> Date: Tue, 11 Apr 2017 11:32:46 +1000 Subject: [PATCH] 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). --- app/src/main/res/layout/app_card_featured.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/app_card_featured.xml b/app/src/main/res/layout/app_card_featured.xml index 36c92be77..82b03f30a 100644 --- a/app/src/main/res/layout/app_card_featured.xml +++ b/app/src/main/res/layout/app_card_featured.xml @@ -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