Patrick
Patrick

Reputation: 472

How to customize build-in widgets in Android (menu, notification, spinners etc.)?

Hi I want to customize colour palette in Android widgets.

Orange colour is good but it can be done better.

Things which I want to do: - override colours in menu after press and focus - override colours in ongoing notification bar - override colour in EditText frame and finally - override spinner focus and press colour

I want to use build-in method forcing Android do build menu and passing it for me.

As a last resort I may build it from scratch, but this is less welcome, from obvious reasons :-).

thanks in advance, Patrick

Upvotes: 1

Views: 1436

Answers (1)

Henning
Henning

Reputation: 11696

I think You're looking for themes. You can set menu colors etc. throughout Your entire application.

Upvotes: 2

Related Questions