Fixed missing toolbar shadow in the playlist view.
This commit is contained in:
parent
64f6f09595
commit
767f6f0300
2 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
scrobble doesn't actually get saved at the end. <i>Thanks to Tim Malseed for that.</i>
|
||||
</li>
|
||||
<li><b>FIX:</b> Fixed the plural typo in the artist list.</li>
|
||||
<li><b>FIX:</b> Toolbar had no shadow in the playlist view.</li>
|
||||
</ol>
|
||||
|
||||
<h3>Version 0.9.44 beta5</h3>
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?colorPrimary"
|
||||
android:elevation="@dimen/toolbar_elevation"
|
||||
tools:ignore="UnusedAttribute">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue