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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

node.js - Bad Request - node js ajax post -

uitableview - Create and use custom prototype table cells in xamarin ios using storyboard -