2017-06-07 3 views

答えて

0

//sets text on creation 
toggleButton.setText(textOff); 

// Sets the text for when the button off. 
toggleButton.setTextOff(textOff); 

// Sets the text for when the button is on. 
toggleButton.setTextOn(textOn); 
+0

はいアンドロイドのため、この答えは、親指のテキストのためですが、私はスイッチのトラック部分にテキストを追加する方法を探していますボタン。 –

関連する問題