How can I change the titlebar color in an Android app?
I tried:
this.setTitleColor(Color.BLUE);
but it changes color of written text on it not title bar color.
How can I change the titlebar color in an Android app?
I tried:
this.setTitleColor(Color.BLUE);
but it changes color of written text on it not title bar color.