Website is available here: http://android-holo-colors.com/
Overview
The Android Holo Colors Generator allows you to easily create Android components such as editext or spinner with your own colours for your Android application. It will generate all necessary nine patch assets plus associated XML drawables and styles which you can copy straight into your project.
Sample application available on play store (source code on github) :
Components available
- EditText
- Text Select Handle
- Autocomplete
- Button
- Colored Button
- CheckBox
- Radio
- Spinner
- Colored Spinner
- ProgressBar
- Indeterminate ProgressBar
- SeekBar
- RatingBar
- RatingBar Small
- RatingBar Big
- Toggle
- List Selector
- Fast Scroll
- Switch
- Switch Jelly Bean
- Navigation Drawer
License
Copyright 2013 Jérôme Van Der Linden
Copyright 2010 Google Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Release note
Dec 18, 2013; version 3.1: Add Text Select Handle component
Dec 16, 2013; version 3.0: Add support for AppCompat and Actionbar Sherlock themes
Dec 04, 2013; version 2.2: Add Navigation Drawer component
Nov 18, 2013; version 2.1.1: Add Kitkat assets for colored button and colored spinner
Nov 16, 2013; version 2.1: Add Kitkat assets (20% darker touched components)
Nov 13, 2013; version 2.0: Add XXHDPI assets for all widgets
Nov 13, 2013; version 1.10: Add Optical Bounds ("red nine patch")
Nov 03, 2013; version 1.9: Adding Swtich Jelly Bean component
Dec 12, 2012; version 1.8.1: Bug Fixes
Nov 30, 2012; version 1.8: Enable Swich component (without styles, only pictures)
Oct 10, 2012; version 1.7: Complete List styling
Oct 08, 2012; version 1.6: Adding Fastscroll component
Sep 27, 2012; version 1.5: Adding RatingBar Small & Big component
Sep 17, 2012; version 1.4: Adding RatingBar component
Sep 07, 2012; version 1.3.3: Refactoring, bug fixes
Sep 04, 2012; version 1.3.2: Refactoring, bug fixes
Aug 28, 2012; version 1.3.1: Refactoring, bug fixes
Aug 24, 2012; version 1.3: Adding List component
Aug 23, 2012; version 1.2.1: Disable Switch Component since styles are hidden in Android
Aug 22, 2012; version 1.2: Adding Switch component
Aug 21, 2012; version 1.1: Adding colored Spinner component
Aug 20, 2012; version 1.0.1: Bug fixes
Aug 19, 2012; version 1.0: Initial version containing the following components
- Button
- EditText
- CheckBox
- RadioButton
- Spinner
- ProgressBar
- SeekBar
- Toggle