Hi,
I'm trying to use the theme on my AndroidApp. This helped me a lot and was so easy to implement. Congrats for this great open-source work.
Although I consider myself a newbie on to Android App development and I don't know how to change ActionBar.text_color style
Can anyone help me on how to change/overwrite this color?
My style is the same as the wiki.
<style name="MaterialDesignTheme" parent="MaterialNavigationDrawerTheme.Light">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
Thks