As seen in the answer - Here我得到了我所需的输出
我的输出为:
保留所有其他功能,我想显示image
代替Button
文字
我如何实现这一目标!
答案 0 :(得分:0)
您无法设置文字并设置android:button="@drawable/some_drawable"
而不是 android:button="@android:color/transparent"
,如:
<RadioButton
android:id="@+id/radio0"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/yourbuttonbackground"
android:button="@drawable/some_drawable"
android:checked="true"
/>
您只有3种方法可以在RadioButton中设置drawable: