Open kvrus opened 8 years ago
fixed. Replace Theme_Translucent style by my own Dialog theme with this parameters:
<item name="android:colorPrimaryDark">@color/blue_1_semitransparent</item>
<item name="colorAccent">@color/blue_1</item>
May be it will help someone
also you can replace Theme_Translucent style in values-v21 like this `
<item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="android:windowIsTranslucent">true</item>
<!-- Note that we use the base animation style here (that is no
animations) because we really have no idea how this kind of
activity will be used. -->
<item name="android:windowAnimationStyle">@android:style/Animation</item>
</style>`
Because slider's progress circle nail based on dialog with translucent theme it changes colorPrimaryDark above ActionBar and a can do nothing with it.