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

前端 未结 11 1549
遥遥无期
遥遥无期 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:46

    Give a try to .bringToFront():

    http://developer.android.com/reference/android/view/View.html#bringToFront%28%29

提交回复
热议问题