Advertisement
ThreeYulianto

rb_xml

Jan 18th, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.83 KB | None | 0 0
  1. <RadioGroup
  2.            android:layout_width="wrap_content"
  3.            android:layout_height="wrap_content"
  4.            android:id="@+id/rg"
  5.            >
  6.             <RadioButton
  7.                android:layout_width="wrap_content"
  8.                android:layout_height="wrap_content"
  9.                android:id="@+id/rb_1"
  10.                android:text="Laki"
  11.                />
  12.             <RadioButton
  13.                android:layout_width="wrap_content"
  14.                android:layout_height="wrap_content"
  15.                android:id="@+id/rb_2"
  16.                android:text="Perempuan"
  17.                />
  18.             <Button
  19.                android:layout_width="wrap_content"
  20.                android:layout_height="wrap_content"
  21.                android:text="Radio"
  22.                android:id="@+id/btn1"/>
  23.         </RadioGroup>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement