I have added a spinner
in an application which gives the package information in only a word or couple of word. it seems like regular dropdown menu.
I tried to make changes in simple_spinner_dropdown_item.xml
file but it does not help and also it is having a radio button which i dont require.
I am done with handling functionality and only needed to change design of that dropdown menu of spinner.
for that i am using checkedTextView
like:
service_provider_spinner.setPopupBackgroundResource(R.drawable.ser_menu);
now i don't want that layout rather i like to add a background for each item and also want to set text padding and margin and all that. How can i do this in java file specificly and also in XML.