2
score
2.9K
views
no
status
CC BY-SA 3.0
Android spinner does not have ripple on button itself, just its options
I created a new Spinner in an Activity and as you described, the RippleDrawable is not applied to the Spinner using the v7 compatibility library or on Android 5.0+. This isn't surprising to me; Google often fails to...