How to add a background theme and/or background wallpaper to my app? Right now my app background is plane.
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.
Create an XML file in the values directory that contains the style. It could be something like:
For the case above to work, you need to have an image called
your_background.pngin the drawable folder. Then, you can apply that style to either your whole app or one specific activity by doing this in your manifest file: