一旦我向其中添加了可绘制的背景,我的 RadioButtons 看起来就很奇怪:
可绘制:
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/bg_highlight" android:state_pressed="true"/>
<item android:drawable="@drawable/bg_highlight" android:state_active="true"/>
<item android:drawable="@drawable/bg_default"/>
</selector>
bg_highlight/bg_default 是 9 个补丁文件。
结果是:http: //imgur.com/qk1VNuB
在另一个视图中包含 RadioButtons 不是选项 obv。感谢您的任何提示!