13
score
19K
views
no
status
CC BY-SA 4.0
How to change color / appearance of EditText select handle / anchor?
How to do it from code:
Technical answers from my Stack Overflow history, with source links and licenses.
Showing 3 of 3 answers tagged android-theme
Exported May 9, 2026
How to do it from code:
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...
I am assuming you copied your code from this StackOverflow answer . numberPickerStyle would be an attribute that is defined in your app. The code that you copied from the answer does not work. You would need to define...