Any idea how to draw square gradient using xml in android?
Any idea how to draw square gradient using xml in android? http://www.filterforge.com/wiki/index.php/Square_Gradient
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.
Using shapes you can draw three kinds of gradient: the usual one-way gradient color, radial gradient (which is a circle of gradienting color) and sweep gradient. You can see examples here and here. However, I am almost convinced that none of these will serve your needs. I am not aware of any other way of providing gradient coloring in android.