RadioButton

时间:2018-05-30 08:36:34

标签: android android-radiobutton

我需要动态更改RadioButton的drawable中的文本。它应该看起来像这样

enter image description here

A应该能够改变的地方。

我的第一个想法是将一个可绘制形状的背景设置为TextView(以获取A周围的边框)并在RadioButton中使用该布局。但我还没有办法做到这一点。我能找到的就是将drawables / shapes / selectors设置为RadioButton,而不是设置实际的TextView布局。

任何想法如何解决这个问题?

0 个答案:

没有答案