android:drawableleft 图标居中,RadioButton解决文字和drawableleft和文字一起时不居中
/** * 解决文字和drawableleft和文字一起时不居中。要设置 android:background="@null"android:button="@null" * @author zhousheng * */ public class MDMRadioButton extends RadioButton { public MDMRadioButton(Context context, …