Android : Android change AppCompat theme and colors

on Friday, August 22, 2014


in my project i'm using AppCompat for my application work in all version of android but this theme of that by default is not good for my application and i want to change that.


my manifest is :



<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="21" />


and i dont want to change that. in this below screen shot of application how to change CYAN color in bottom of ActionBarTab and ListView selected items?


enter image description here


or can change parent theme for all changes?


0 comments:

Post a Comment