summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/resources/bars/v21/mdpi
Commit message (Collapse)AuthorAgeFilesLines
* Update nav bar icons.Deepanshu Gupta2015-05-133-0/+0
| | | | | | | | | | - Add a script to copy the icons from the original source. - Update layout used for the navigation bar to be closer to the original layout. - Update test image with the latest rendering. - Add a nexus 5 landscape device config to help with testing. Change-Id: I0b6674955e0970a6a8cce148b1b7aa61e1752ccd
* Add time to status bar and fix wifi icon.Deepanshu Gupta2014-08-181-0/+0
| | | | | | Add vector drawable for wifi icon. Also add time to the status bar. Change-Id: I01da833087a607e9bb6ff085929e3844990179f8
* Add KitKat wifi and battery icons.Deepanshu Gupta2014-08-133-0/+0
| | | | | | | | | This adds wifi and battery icons for Gingerbread and KitKat. This also improves the icon resolution code by extracting it out in its own class. The resources are now organized such that each API level resource directory is used as a backup for all API levels lower than itself. Change-Id: I937c83638adcc9fa8cd407e0a3023c3abe95530d
* Update system icon resolution in LayoutLib.Deepanshu Gupta2014-06-276-0/+0
This fixes some bugs with the resolution of icons for Status Bar and Navigation Bar by separating the icons into v21 and v11 directories. An icon is searched in v21 directory by default. For simulating older platforms, v11 directory is searched first and then v21 is used as a fallback. This also adds xxhdpi versions of home, back and recent icons. Change-Id: Ia6eafc83856eacafc4fb0b13d87793d4aa24f106