Multi select CardView in ListView
问题 I want to multi select custom ListView row, I designed it using CardView and all events happens on this card, I want to implement Contextual Action bar 'CAB' when the user long press the card, actually I made it but can't change the row color state when selected like this, I used the code from this answer: and make CardView checkable using this code: public class CheckableCard extends CardView implements Checkable { private boolean mChecked; private final static int[] CHECKED_STATE_SET = {