material design - AppCompat ProgressBar coming blue in android L -
i have customized themes per documentation action bar , nav bar color changing. progress dialog still in blue. please me sort out:
<style name="apptheme" parent="theme.appcompat.light.darkactionbar"> <!-- customize theme here. --> <item name="colorprimary">@color/theme_green_dark</item> <item name="colorprimarydark">@color/theme_green_dark</item> <item name="coloraccent">@color/theme_green_dark</item> </style> <style name="splashscreentheme" parent="@style/theme.appcompat.light"> <item name="android:windowbackground">@color/loader_dark_color</item> <item name="android:windownotitle">true</item> <item name="windowactionbar">false</item> <item name="android:windowfullscreen">true</item> <item name="android:windowcontentoverlay">@null</item> <item name="colorprimary">@color/theme_green_dark</item> <item name="colorprimarydark">@color/theme_green_dark</item> <item name="coloraccent">@color/theme_green_dark</item> </style>
please help. in advance!
Comments
Post a Comment