Strange Spinner. How to fix it?

后端 未结 4 1350
离开以前
离开以前 2021-01-28 02:18

This is my code to populate the Spinner. It looks strange and ugly.

    @Override
    protected void onPostExecute(final List result) {
        Sys         


        
4条回答
  •  臣服心动
    2021-01-28 02:29

    I had the same problem, I just wrote my own adapter by extending BaseAdapter and implementing SpinnerAdapter. Also I wrote my one item layout :

        
    
    
        
    
    
    

    And the spinner behave normally.

提交回复
热议问题