vote up 0 vote down star

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

flag

1 Answer

vote up 1 vote down check

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

link|flag
Exactly what I need thanks you ^^! You saved my day. – Patrick Nov 5 at 15:06
If I can ask you for revision. I still have a problem with this section. I followed guidelines, so I declared style with following parameter: <item name="android:drawable/menuitem_background_pressed">@drawable/menuitem_background_pressed_appName</item> <item name="android:drawable/menuitem_background_focus">@drawable/menuitem_background_focus_appName</item> The objects under appName follows the same pattern like in android resource files. – Patrick Nov 12 at 10:36
There not too much space. In console I recieve following info: [2009-11-12 11:26:20 - appName]W/ResourceType( 8022): Skipping entry 0x10801b7 in package table 0 because it is not complex! [2009-11-12 11:26:20 - appName]WARNING: Type not found for resource #010801b7 I have no clue what to do next :-/. – Patrick Nov 12 at 10:37

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.