I want to repeat the image with ImageView with in RelativeLayout. Can it be possible to use the Bitmap xml and use tilemode \"repeat\"
ImageView
RelativeLayout
\"repeat\"
Yes of Course, You can use it with relative layout. Use it as background of your RelativeLayout. I also used it in my project.
top_header_bg_repeat.xml (in drawable folder) ---------------------------------------------- Set Bitmap in ImageView ----------------------