Set a textview on top of a Map Fragment

后端 未结 1 1301
忘了有多久
忘了有多久 2021-01-11 15:10

I want to create this layout, but I am unable to set the Text Image on the fragment. My requirement to set the layout is as I show in the attached image.

&l         


        
相关标签:
1条回答
  • 2021-01-11 15:26

    Put map fragment as first one (order matters!) in your RelativeLayout (so it will be on "bottom"). Then (at least I'd do that for simplicity) group all items you want in your overlay in another container (i.e. LinearLayout or RelativeLayout), position that container on top of your view and you are mostly done.

    0 讨论(0)
提交回复
热议问题