I want to use the below image as a five different buttons. In addition, the image must stay at the bottom of the screen. Any ideas on how can I accomplish this?

I want to use the below image as a five different buttons. In addition,
Share
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.
If you want to use just one image, it is possible but harder and it is not the best option because you have to take care of the size according to the devices. But as I said, it is not impossible. You have to detect where the finger did the tap and then, with some maths, decided which “button” was touched.
To detect the tap, you can use “onTouchEvent” or use a “GestureDetector“.