H
H
He_British2015-06-08 13:25:45
Java
He_British, 2015-06-08 13:25:45

How to "screw" layout with buttons on top of Google Map?

Good day!
I really need help! I am making an App with a Google map (everything seems to be clear with it) and I would like to "screw" a small slide fragment with two buttons on top of the map, which will occupy 25% of the screen (its upper part).
What are the best elements to implement this idea?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
NullxWeight, 2015-06-11
@NullxWeight

RelativeLayout
map fragment /
and further child elements with parameters, for example:
android:layout_alignParentTop="true"
android:layout_alignParentLeft="true"
/RelativeLayot
for example the text of a view with such parameters will be displayed in the upper left corner.
Z.Y. XML without formatting because the site removes the syntax.

C
Chvalov, 2015-06-08
@Chvalov

Use FrameLayout

O
Oleg Gamega, 2015-06-08
@gadfi

no matter which one you like best and best suits your task

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question