在 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>
有没有办法在 Java 中访问 ?selectableItemBackground
?