I am doing a project in which i want to fade my background image from normal to fade the same image so the text over it can be displayed properly…but i am not getting how to do it??
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.
Try putting both images in a
TransitionDrawable. This is a type of drawable that is used to cross-fade between its layers whenstartTransition(int)is called. See theTransitionDrawabledocumentation here.