Repeat Image in with ImageView in RelativeLayout

后端 未结 4 631
灰色年华
灰色年华 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:28

    Create an XML file named background in Drawable folder

    background.xml

    
    
    

    In your Relative Layout add the above XML as background

    
    

提交回复
热议问题