sp_radiobutton.xml 678 Bytes
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/type_rl"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:background="@drawable/commodity_spec_unchecked"
    android:paddingLeft="8dp"
    android:paddingTop="5dp"
    android:paddingBottom="5dp"
    android:paddingRight="8dp">


    <TextView
        android:id="@+id/type_radiobutton"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textSize="@dimen/text_size_12"
        android:textColor="@color/white"
        />

</RelativeLayout>