After updating my device's android version(lollipop), my app's logo is not displaying in lollipop version. and color of action bar has changed.
I am using following theme in my application
android:theme="@android:style/Theme.DeviceDefault.Light"
What would be the issue?