in XML, spesso faccio questo per emulare onClick
effetto:Programatically impostato su Android vista
<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>
Esiste un modo per accedere ?selectableItemBackground
in java?
link utile, grazie! –
Ho cercato molto e ho trovato molte risposte, ma questo è sicuramente il migliore. Grazie mille! –