Replace this arrayAdapter=new ArrayAdapter<String>(this,R.layout.spinner_item,R.id.item1,l);. With ArrayAdapter<String> adapter = new ...
確定! 回上一頁