Tuesday 12 February 2013

Creating CheckBox in Android (xml) ?



  <CheckBox
        android:id="@+id/checkBox1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="CheckBox" />

No comments:

Post a Comment