I am new in Android. I need to create a simple UI like on image below:

On background (now it red) I need image that will have to stretch for screen. Above the background image I need EditText and Button as on the figure.
Thanks!
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.
So, I understand you are new to Android. There are many tutorials for beginners in Android development for a headstart that you can google. But, anyway, to help you answer your question, here’s what you should be putting in your xml:
Then, on your
Activity, callsetContentView(R.layout.main)on theonCreate()method.