我嘗試改變文字顏色和微調對齊項目到它中心我怎麼能做到這一點 這裏是我的代碼 String[] li={"1","2","3"};
final Spinner combo = (Spinner)findViewById(R.id.widget30);
ArrayAdapter<String> a = new ArrayAdapter<String>(this,android.R.layout.s
我一直在嘗試在android動態更新我的微調,但沒有我嘗試一直工作。 這是我用來更新微調器的以下代碼。 typeList = dbAdapter.getList(); //array list with the values
adapter.notifyDataSetChanged();
groupSpinner.postInvalidate();
groupSpinner.setAdap