Android Example Android Drawables Demo

I wasn't sure were to put this, its simply a dev tool I built to view all the available drawables, as defined at http://androiddrawables.com/.

I built this small tool for myself, but thought others may also wish to use it. Its a source of countless Icons and even 9 Patch button images. They also seem to be automatically differentiated and used by Android. It also lets you see what they will look like with a few different background colours.
 

Attachments

  • generate drawables code (Excel 97-2003).zip
    144.3 KB · Views: 335
  • AndroidDrawablesViewer_V2.zip
    36.8 KB · Views: 370
Last edited:

JohnK

Active Member
Licensed User
Longtime User
Made some changes that were annoying me, and also uploaded the Excel source I created to help with building the project (in Excel 97 format)

some changes were:
  • Grouped the items and filter by a spinner instead of loading all 1700+ items at load
  • Broke up some of the larger groups into smaller sub groups
  • Added a "search" ability to search across all the groups (use the "<=>" button in the top rioght, enter your search text in the top edit text and then press the "?" button)
  • Added an Icon as I have installed this quick dev-help app on my phone own.
 
Top