An open API service indexing awesome lists of open source software.

https://github.com/codepath/android-drawable-styles-demo

Android demo for Drawables and Styles (Week 1)
https://github.com/codepath/android-drawable-styles-demo

Last synced: about 2 months ago
JSON representation

Android demo for Drawables and Styles (Week 1)

Awesome Lists containing this project

README

        

# Drawables and Styles Demo

Android demo for drawables and styles including:

* Demo of button drawable shapes and selectors
* Demo of selectors for ListView styling
* Demo of layer lists
* Demo of nine-patch button images
* Demo of styles to reuse common view attributes
* Demo of theming activities

 
 
 
 
 
 

Check out the related [Drawing](https://github.com/thecodepath/android_guides/wiki/Drawables) and [Styles](https://github.com/thecodepath/android_guides/wiki/Styles-and-Themes) guides for more details.