16 lines
486 B
XML
16 lines
486 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RadioButton
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical" android:layout_width="match_parent"
|
|
|
|
android:drawableLeft="@drawable/radio_left"
|
|
android:button="@null"
|
|
android:text="家政服务"
|
|
android:id="@+id/myradio"
|
|
android:drawablePadding="10dip"
|
|
|
|
android:width="100dip"
|
|
android:background="@drawable/radiofsitem"
|
|
android:layout_height="100dip">
|
|
|
|
</RadioButton> |