我有一個列表視圖,我需要一個changue項的背景顏色,例如項目2如何以編程方式改變listview項目的背景顏色?
我與此代碼tryed但它崩潰,因爲第三行給出NullPointerException異常,但名單富人11個項目!我不明白問題出在哪裏
CalendarList = (ListView) findViewById(R.id.CalendarList);
CalendarList.setAdapter(new ArrayAdapter<String>(this, R.layout.list_item, MyApplication.roundMatches(CalendarPicker.getValue())));
CalendarList.getChildAt(2).setBackgroundColor(0xFFFF0000);
請張貼摘錄如下您的活動代碼,我會看一看。 –