views:

664

answers:

1

In the new version(s) of Android such as version 2.1, default widget (music widget, news and weather widget, youtube widget) have been restyled to use a black background with a white radial gradient at the top in the middle. I've seen other widgets starting to use the exact same background.

However, I can't find this background anywhere. The widget design guidelines (http://developer.android.com/intl/fr/guide/practices/ui_guidelines/widget_design.html) still refer to the outdated background (or frames as they are referred to on that page).

How can I get hold of that background? Ofcourse, I could try to design it myself to make it look like the default style as much as possible but that's seems stupid. :)

+6  A: 

This?

https://android.git.kernel.org/?p=platform/packages/apps/Music.git;a=blob;f=res/drawable-hdpi-finger/appwidget_bg.9.png;h=3b29eae77be9d42e4fafd518822c4807266ed59b;hb=67bebd06dfa7b4f94520ea2623f1d76e2a28a186

Timmmm
Thanks! That seems to be it. Why is it so hard to find though ...?
Franklin
Just one of the many many things missing in the Android documentation!
Timmmm