标签搜索

Android-RadioButton || 设置button图片居中,

王先生
2020-12-09 / 0 评论 / 36 阅读 / 正在检测是否收录...
温馨提示:
本文最后更新于2020年12月09日,已超过1090天没有更新,若内容或图片失效,请留言反馈。
    <RadioGroup
        android:id="@+id/rg_1"
        android:layout_width="match_parent"
        android:layout_height="60dp"
        android:orientation="horizontal">

        <RadioButton
            android:id="@+id/btn_1"
            android:text="@string/form_map"
            android:checked="true"
            android:layout_width="0dp"
            android:layout_weight="1"
            android:layout_height="match_parent"
            android:button="@null"
            android:textSize="0sp"
            android:drawableTop="@drawable/radio_button"/>