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

https://github.com/codepath/android-actionbar-style-demo

Simple demo of styling the actionbar using styles.xml
https://github.com/codepath/android-actionbar-style-demo

Last synced: about 2 months ago
JSON representation

Simple demo of styling the actionbar using styles.xml

Awesome Lists containing this project

README

        

# ActionBarStylesDemo

This is a demo of how to style the support ActionBar within your application. See the following key files and folders:

* [`res/values/styles.xml`](https://github.com/codepath/android-actionbar-style-demo/blob/master/app/src/main/res/values/styles.xml) - This is where the main styles are defined.
* [`AndroidManifest.xml`](https://github.com/codepath/android-actionbar-style-demo/blob/master/app/src/main/AndroidManifest.xml) - This is where the theme is defined for the application.
* [`res/values/styles.xml`](https://github.com/codepath/android-actionbar-style-demo/blob/master/app/src/main/res/values-v21/styles.xml) - This is where the v21 style overrides are defined.

![Screen](http://i.imgur.com/pnOKJyN.png)

For further details, refer to the [styling the actionbar guide](http://guides.codepath.com/android/Extended-ActionBar-Guide#custom-actionbar-styles).