30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
<RadioGroup
|
|
android:orientation="horizontal"
|
|
android:id="@+id/kl"
|
|
android:paddingLeft="@dimen/fa"
|
|
android:paddingRight="@dimen/fa"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="@dimen/fw">
|
|
<RadioButton
|
|
android:textSize="0sp"
|
|
android:id="@+id/kj"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:checked="true"
|
|
android:button="@drawable/de"/>
|
|
<RadioButton
|
|
android:textSize="0sp"
|
|
android:gravity="center"
|
|
android:id="@+id/kk"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginLeft="@dimen/fa"
|
|
android:button="@drawable/df"/>
|
|
</RadioGroup>
|
|
</LinearLayout>
|