Fix White text in Play Queue in Light Theme, remove shade
This commit is contained in:
parent
aeccb5b472
commit
d6f9aace8c
7 changed files with 13 additions and 8 deletions
|
|
@ -42,10 +42,15 @@
|
|||
<item name="colorAccent">@color/dark_settings_accent_color</item>
|
||||
</style>
|
||||
|
||||
<style name="ItemStreamSegmentTitle" parent="TextAppearance.AppCompat.Large">
|
||||
<style name="PlayQueueItemTextTheme">
|
||||
<item name="android:textAppearanceLarge">@style/PlayQueueItemTitle</item>
|
||||
<item name="android:textAppearanceSmall">@style/PlayQueueItemSubtitle</item>
|
||||
</style>
|
||||
|
||||
<style name="PlayQueueItemTitle" parent="TextAppearance.AppCompat.Large">
|
||||
<item name="android:textColor">@color/white</item>
|
||||
</style>
|
||||
<style name="ItemStreamSegmentSubtitle" parent="TextAppearance.AppCompat.Small">
|
||||
<style name="PlayQueueItemSubtitle" parent="TextAppearance.AppCompat.Small">
|
||||
<item name="android:textColor">@color/white_secondary</item>
|
||||
</style>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue