What hex colorcode for grey,
is the HTC Sense theme using ?

link|improve this question

Why don't you take a screenshot and use the eyedropper tool of your favorite image editing software to find out? – EboMike Dec 10 '10 at 10:21
That, or you look at the Sense source. – EboMike Dec 10 '10 at 10:22
What bit of Sense UI are you referring to? – Reuben Scratton Dec 10 '10 at 10:23
@EboMike, the HTC Sense source? Where is it available (not counting in reverse-engineering)? – Lucero Dec 10 '10 at 10:33
@EboMike, I would like to look at the Sense source, but I don't have it... – user77115 Dec 10 '10 at 11:09
show 1 more comment
feedback

2 Answers

up vote 1 down vote accepted

Probably #f7f9f6 ! i picked this from the Clock background ! just tell me exactly which grey of the theme do you want ?

PS. You really can't find a color cause most of it got a gradient effect.

link|improve this answer
feedback

Generally, it is better to build applications that adapt to the current system theme, than to try to match a specific theme in your app's theme. There is a thread here on SO about how this applies to Sense UI; I can not comment on this myself as I have no relevant experience.

link|improve this answer
I'm currently using <color name="title_background">#CCCCCC</color> as background for all my activities. How would I adapt this to the current system theme ? – user77115 Dec 10 '10 at 11:51
There is an example on referencing system style attributes in my first link. For your specific case, I think this attribute may be what you're looking for: developer.android.com/reference/android/… – dep Dec 13 '10 at 8:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.