Strange Spinner. How to fix it?

后端 未结 4 1344
离开以前
离开以前 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:27

    I think that happens because of the layout file you use. Try to use:

    android.R.layout.simple_spinner_item
    

提交回复
热议问题