2
以前に設定されたtextswitcherでテキストを取得するにはどうすればよいですか? textview.getText()とまったく同じです。私は次のコードを試したが動作しなかった。TextSwitcherからのテキストの取得
TextSwitcher textSwitcher = (TextSwitcher)findViewById(...);
TextView currentlyShownTextView = (TextView) textSwitcher.getCurrentView();
String currentlyShownText = textSwitcher.getText().toString();