Android - Change Holo theme default blue color

35,047

Solution 1

I cannot add anything more than this link:

http://android-holo-colors.com/

Android Holo Colors Generator

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. If you have any question, please refer to the FAQ or report an issue.

;-)

Solution 2

As an addition to Waza Be's answer, you might want to use this for styling the Action Bar:

The Android Action Bar Style Generator allows you to easily create a simple, attractive and seamless custom action bar style 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.

This blog has an excellent tutorial on how to use it properly.

Share:
35,047
Silvia
Author by

Silvia

Updated on July 05, 2022

Comments

  • Silvia
    Silvia almost 2 years

    I would like to customize Holo theme by changing the default blue color to fit my company color. Is there an easy way to do this? Or I have to redefine the style of all components with blue parts, such as dialog titles, actionbar bottom line, pushed buttons, pickers, etc.

  • Georgy Gobozov
    Georgy Gobozov over 11 years
    It is awesome! Thanks Waza_Be!
  • Mike
    Mike over 11 years
    Please add content into your answer, not just a link. A link can be deleted or moved making the answer useless
  • LOG_TAG
    LOG_TAG over 10 years
    but it fail to change the edit text textfield_focused_holo_light of Dialogs !
  • LOG_TAG
    LOG_TAG over 10 years
    it fail to change the edit text textfield_focused_holo_light of Dialogs, dialog fragment ! we need to set theme for custom dialogfragment that is the pain point!!
  • Adrian Jandl
    Adrian Jandl almost 9 years
    What do I need to do with those files then? Where do they need to be put?
  • Adrian Jandl
    Adrian Jandl almost 9 years
    Unfortunately that blog with the excellent tutorial on how to use it properly is no longer reachable. Any other examples on how to use the files?