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)
- Host: GitHub
- URL: https://github.com/codepath/android-drawable-styles-demo
- Owner: codepath
- Created: 2013-11-27T09:42:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-06T20:48:48.000Z (about 10 years ago)
- Last Synced: 2023-05-10T14:13:27.189Z (about 2 years ago)
- Language: Java
- Homepage:
- Size: 1.08 MB
- Stars: 9
- Watchers: 10
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.