Tuesday 12 February 2013

Creating ImageView in Android (xml) ?



  <ImageView
        android:id="@+id/imageView1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/ic_launcher" />

No comments:

Post a Comment