Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android widget design - default black background [closed]

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 (https://developer.android.com/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. :)

like image 728
Franklin Avatar asked Apr 20 '10 08:04

Franklin


1 Answers

If anyone is stumbling over this, Google updated their design guidelines and supplied an App Widget Template Pack

http://developer.android.com/guide/practices/ui_guidelines/widget_design.html#templates

like image 157
methical Avatar answered Oct 11 '22 13:10

methical