How to make image fill RelativeLayout background without stretching

后端 未结 4 1799
醉酒成梦
醉酒成梦 2020-12-25 13:08

In my Android project, I am not quite sure how to make my background image fill the entirety of the RelativeLayout root element in XML, which is the size of the

4条回答
  •  时光取名叫无心
    2020-12-25 13:26

    Create a bitmap drawable XML resource in your res/drawable folder:

    
    
    

    Use that drawable as background instead of @drawable/background

提交回复
热议问题