background image not repeating in android layout

前端 未结 4 1179
庸人自扰
庸人自扰 2020-12-08 04:54

i\'ve used the following code to repeat the image in the background but its not working can any one help?

Layout.xml



        
4条回答
  •  [愿得一人]
    2020-12-08 05:26

    Create a copy of grass_bg.xml for each time you use it (ie grass_bg_2.xml). This worked for me to assure the tileMode setting was not lost when the same background is used repeatedly.

提交回复
热议问题