通勤 2 TextView A と B が必要な場合は、次のようにします。
string temp = tvA.getText().toString();
tvA.setText(tvB.getText().toString());
tvB.setText(temp);
では、通勤 2 ボタンが必要な場合は、どうすればよいでしょうか。
通勤 2 TextView A と B が必要な場合は、次のようにします。
string temp = tvA.getText().toString();
tvA.setText(tvB.getText().toString());
tvB.setText(temp);
では、通勤 2 ボタンが必要な場合は、どうすればよいでしょうか。