Is there any way to have UI elements slightly overlap (one on top of one another) without using absolute layouts?

后端 未结 3 1659
渐次进展
渐次进展 2021-01-19 17:40

Lets say I have a list on screen, which I always want to be usable. I also want a small image or textview to slightly overlap the listview. Is anything this possible without

3条回答
  •  耶瑟儿~
    2021-01-19 18:23

    Relative Layouts also allow things to overlap. Views declared later in the xml will be on top. I believe that aligning view edges and use of margins should allow you to achieve this affect without great difficulty.

提交回复
热议问题