↧
How to Create a new theme for ActionBar in Android.
In this post I will be telling you about how to change the default theme of ActionBar with our own custom One. Here I will be changing the background color, textColor and alpha of default ActionBar....
View ArticleHow to change title and Subtitle text color and size of ActionBar in Android?
Here is a simple example that shows how you can change title and subtitle textcolor and its size in Android Method 1 ——– Changing the styles [For support Library] Go to Values/styles.xml copy this code...
View Article