Fixed black theme bugs
This commit is contained in:
parent
d301e25b4e
commit
d6cb7d76f9
2 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
<style name="Theme.Phonograph.Black" parent="Theme.Phonograph.Base.Black">
|
||||
<item name="round_selector">@drawable/round_ripple_selector</item>
|
||||
<item name="rect_selector">@drawable/rect_ripple_selector</item>
|
||||
<item name="rect_selector">@drawable/rect_ripple_selector_dark</item>
|
||||
|
||||
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@
|
|||
<style name="Theme.Phonograph.Base.Black" parent="@style/Theme.Phonograph.Base">
|
||||
<item name="android:windowBackground">@drawable/black</item>
|
||||
<item name="divider_color">#18FFFFFF</item>
|
||||
<item name="default_bar_color">@color/grey_800</item>
|
||||
<item name="cardBackgroundColor">@color/grey_900</item>
|
||||
<item name="md_background_color">@color/grey_900</item>
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue