私はこのコードを使用しようとしています:
actionToggleButton=new ToggleButton(context);
actionToggleButton.setTextOn(null);
actionToggleButton.setTextOff(null);
しかし、私はまだデフォルトのテキストを取得しています! どうすればクリアできますか?ありがとう。
私はこのコードを使用しようとしています:
actionToggleButton=new ToggleButton(context);
actionToggleButton.setTextOn(null);
actionToggleButton.setTextOff(null);
しかし、私はまだデフォルトのテキストを取得しています! どうすればクリアできますか?ありがとう。