Repeat Image in with ImageView in RelativeLayout

后端 未结 4 599
灰色年华
灰色年华 2020-12-23 21:07

I want to repeat the image with ImageView with in RelativeLayout. Can it be possible to use the Bitmap xml and use tilemode \"repeat\"

4条回答
  •  时光说笑
    2020-12-23 21:40

    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
    ----------------------   
    
     
    
      
    

提交回复
热议问题