Fix White text in Play Queue in Light Theme, remove shade

This commit is contained in:
krlvm 2021-03-28 21:38:15 +03:00
parent 5d8b3c272e
commit 8622d777e0
7 changed files with 13 additions and 8 deletions

View file

@ -553,6 +553,7 @@
android:layout_height="match_parent"
android:layout_below="@id/itemsListControl"
android:scrollbars="vertical"
android:theme="@style/PlayQueueItemTextTheme"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
tools:listitem="@layout/play_queue_item" />