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
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.