gpt4 book ai didi

android - 将 ToggleButton 开/关文本设置为空

转载 作者:行者123 更新时间:2023-11-29 16:14:05 25 4
gpt4 key购买 nike

我正在尝试使用这段代码:

actionToggleButton=new ToggleButton(context);
actionToggleButton.setTextOn(null);
actionToggleButton.setTextOff(null);

但我仍然得到默认文本!我怎样才能清除它?谢谢。

最佳答案

试试这个:

    ToggleButton button = new ToggleButton(this);
button.setText(null);
button.setTextOn(null);
button.setTextOff(null);

关于android - 将 ToggleButton 开/关文本设置为空,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10789099/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com