Files
yusheng-android/BaseModule/src/main/res/layout/radio_button_item.xml
2025-11-07 09:22:39 +08:00

13 lines
439 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RadioButton xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="@drawable/btn_first_charge"
android:button="@null"
android:checked="true"
android:gravity="center"
android:textColor="@color/white"
android:textSize="12sp" >
</RadioButton>