I am running the latest eclipse with the latest Android support library, API 23. by default, the support library along with material design gets added to a new project as far as i know (Compile with API 23).
But i want to change the ActionBar's color, earlier it was not possible on API <11 as it used android's built in library. now i am sure they added action bar in the support library as i tested my project on an android 2.3 device and i see the action bar, so compatibility is not an issue here.
So how do i change my action bar and button's colors?
EDIT::The suspected duplicate does Not solve my problem, i have tried that already, it gives me api level error when i define theme in the styles.xml. i have included the link in my question already.