Tuesday 12 February 2013

Creating ToggleButton in Android (xml) ?



  <ToggleButton
        android:id="@+id/toggleButton1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="ToggleButton" />


No comments:

Post a Comment