I'm trying to give my Android app a material view. I've followed the guides here:
http://docs.appcelerator.com/platform/latest/#!/guide/Android_Themes
http://www.appcelerator.com/blog/2015/07/understanding-the-android-material-theme/
If I place a button it is "meterialized". It has the default color and has the animation when it's clicked.
But what I want is to have a few buttons on the screen - and to each give a different color. But I still like to have them as material buttons - but once I give them a backgroundColor
they are just a normal button - nothing meterialized about them.
Can I change the color of items of a material view or am I obligated to use only what's defined in the theme?
EDIT
Just to clarify - I want to have a few buttons on screen - each with it's own color - as material design button (including animations & material appearance).
EDIT 2
I found a similar question on Appcelerator jira (https://jira.appcelerator.org/browse/AC-560) where appcelerator state that it's not a bug - but a native behaviour.
So I'm revising my question - can I set custom android style per control like I can on native?