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

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

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

keyboard - Smiles and long press feature in Android -