I want to reduce width of spinner’s dropdown view.
my dropdown view is CheckedTextView.
I set width to CheckedTextView 300dp but It didn’t help. It took whole display anyway.
P.S . I wanted to post picture also but I don’t have enough reputation
Make sure you’re setting the
layout_widthattribute instead ofwidth.You can also do it programmatically like this:
Hope this helps!