What is the gradient in circle animation in ProgressDialog?
I would like to use it on my own and I really like its colors… could you help me out a bit?
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.
In a Honeycomb (as per comments)
ProgressDialoganimation, there are two alternating colors. One, I believe, is#72a6de, and the second,#5380c4. Each of the color rings fades from that main color into transparency (0 alpha).Note that you can look at the Honeycomb UI designs to and use an eyedropper (Photoshop, GIMP, or even Paint) to pick and choose your colors.
Lastly, I will show you this link in the Android developer pages where they list best practices for colors to use. This includes the contemporary blue, the old-fashioned green, and the best complements for them.
Good luck! 🙂