在xml中,我经常这样做以模拟onClick
效果:
<android.support.v7.widget.CardView
android:id="@+id/cardView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:foreground="?selectableItemBackground">
...
</android.support.v7.widget.CardView>
有什么办法可以?selectableItemBackground
在Java中访问吗?