0
爲什麼可以改變背景顏色,但它不是設置 新文本????得到所有RadioGroup中選擇ID
RadioGroup allRadioGroups[] = {button1, button2};
爲什麼我能做到這些的:
allRadioGroups[0].getChildAt(1).setBackgroundColor(Color.parseColor("#216059"));
allRadioGroups[1].getChildAt(3).setEnables(false);
,但我不能做這些的:
allRadioGroups[0].getChildAt(1).isChecked();
allRadioGroups[1].getChildAt(3).setText("My Text");