0
嗨我試圖改變另一個XML的textview的內容。 Unfortunaly它不工作,我的代碼看起來是這樣的:Android更改textview的內容
View inflatedView = getLayoutInflater().inflate(R.layout.fragment_main, null);
TextView testView= (TextView) inflatedView.findViewById(R.id.section_label);
TextView test = (TextView) inflatedView.findViewById((R.id.testext));
testView.setText("adasd");
test.setText("adjhsajdH");
有誰知道一個解決方案。
這哪裏是代碼完全是在聽衆 –
其在if語句 –
你能後的完整代碼,並有你,如果檢查如果語句正常工作 –