What hex colorcode for grey,
is the HTC Sense theme using ?
Asked
Active
Viewed 4,757 times
0

EJoshuaS - Stand with Ukraine
- 11,977
- 56
- 49
- 78

user77115
- 5,517
- 6
- 37
- 40
-
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
-
@lucero: I never looked myself, I based that on regular news of HTC releasing the source for their phones here (which is here http://developer.htc.com/). But now that I look at it, I suppose that it's a different layer. – EboMike Dec 10 '10 at 17:03
2 Answers
1
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.
1
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.
-
I'm currently using
#CCCCCC 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: http://developer.android.com/reference/android/R.attr.html#windowBackground – appas Dec 13 '10 at 08:46