Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 xml 添加单选按钮。但是,由于某种原因,文本是粗体的。有什么办法可以让它不粗体吗?我尝试了 android:textStyle 但它似乎对单选按钮文本没有影响
知道怎么做吗?谢谢
试试下面的代码。
your_radioButton.setTypeface(null,Typeface.NORMAL);