Overlay image over another android
I have photo album which shows the image as rounded with white border. Image will be adding dynamically. I tried frame layout but it it not working for me. My try : Adding dynamic image over already existing round shape image.. <FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent"> <ImageView android:id="@+id/image" android:layout_width="60dip" android:layout_height="60dip" android:adjustViewBounds="true" android:scaleType="centerCrop" /> <ImageView android:id="@+id/imagef" android:layout_width="100dp" android:layout_height="100dp" android:background="@drawable/ph