Is is possible to put fixed buttons (with image) on top of an android map.
I want to add buttons on top of the android map then when the user click on it, it performs something on the map.
Similar to the zoom control, but always visible.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Put the map and the button in a relative layout. Something like:
This should put the botton on top of the map and aligned to the top of the screen. And if you want to have a button with an image use ImageButton insead.