diff options
-rw-r--r-- | app/src/main/res/layout/item_post_card_2_with_preview.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/layout/item_post_card_2_with_preview.xml b/app/src/main/res/layout/item_post_card_2_with_preview.xml index fa123b90..62c51aa9 100644 --- a/app/src/main/res/layout/item_post_card_2_with_preview.xml +++ b/app/src/main/res/layout/item_post_card_2_with_preview.xml @@ -7,6 +7,9 @@ android:layout_marginTop="8dp" android:layout_marginBottom="8dp" android:id="@+id/card_view_item_post_card_2_with_preview" + android:clickable="true" + android:focusable="true" + android:background="?attr/selectableItemBackground" android:orientation="vertical"> <com.google.android.material.card.MaterialCardView |