Tuesday 12 February 2013

Creating RadioButton in Android (xml) ?



  <RadioButton
        android:id="@+id/radioButton1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="RadioButton" />

No comments:

Post a Comment