Placing/Overlapping(z-index) a view above another view in android

前端 未结 11 1739
遥遥无期
遥遥无期 2020-11-22 17:07

I have a linear layout which consists of imageview and textview , one below another in a linear layout.



        
11条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-22 17:40

    AFAIK you cannot do it with linear layouts, you'll have to go for a RelativeLayout.

提交回复
热议问题