0

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

user77115
  • 5,517
  • 6
  • 37
  • 40

2 Answers2

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.

Community
  • 1
  • 1
appas
  • 4,030
  • 2
  • 19
  • 17
  • 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