Tuesday 12 February 2013

Creating Button in Android (xml) ?



<Button
        android:id="@+id/button1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Button" />



No comments:

Post a Comment