Android not able to center text inside spinner using custom style
I have a SearchableSpinner and I want to display the text in the center of it I when run the following code in Activity work But I when run the following code in Fragment doesn’t work. I need to use this code in Fragment. I am a beginner. please help me. Code in Fragment : @…
Use Spinner and Adapter in Fragment