
Untitled
By: a guest on
May 4th, 2012 | syntax:
None | size: 0.58 KB | hits: 11 | expires: Never
how to combine photo and image in one?
<RelativeLayout
android:id="@+id/item"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<ImageView
android:id="@+id/image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/image1" />
<ImageView
android:id="@+id/ic_launcer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/image2" />
</RelativeLayout>