navasmdc / MaterialDesignLibrary

This is a library with components of Android L to you use in android 2.2
Apache License 2.0
8.99k stars 2.22k forks source link

Slider changes activity colorPrimaryDark to transparent #359

Open kvrus opened 8 years ago

kvrus commented 8 years ago

Because slider's progress circle nail based on dialog with translucent theme it changes colorPrimaryDark above ActionBar and a can do nothing with it.

kvrus commented 8 years ago

fixed. Replace Theme_Translucent style by my own Dialog theme with this parameters:

@color/blue_1
    <item name="android:colorPrimaryDark">@color/blue_1_semitransparent</item>
    <item name="colorAccent">@color/blue_1</item>

May be it will help someone

luohaohaha commented 8 years ago

also you can replace Theme_Translucent style in values-v21 like this `