android - How to set ImageView as background for any container? -
i'm in need set imageview background let's linearlayout. possible so?
i wish wrote more details require. if setting image background, can use android:background property of linearlayout. however, answer question directly, view can placed behind using framelayout:
<framelayout> <imageview/> <linearlayout> ... ... </linearlayout> </framelayout>
Comments
Post a Comment