Which color is used in Button in Normal state in Android Theme holo_dark?
I have read this question and have added color images corresponding to the color name but none matches the color used in Button normal state theme holo_dark?
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.
I don’t know which color they use, but you can look into their 9Patch background drawables. You can find it here.
Note that it uses an alpha value, so you can’t really find out what color it is(at least I don’t know how it could be possible).Edit:
Ok, I did find out how to find out the opacity with photoshop. You can see that in the info window. So now that’s the color:
Alpha: 40%
Red: 153
Green: 153
Blue: 153
The color would be this:
#66999999