Fixed missing toolbar shadow in the playlist view.

This commit is contained in:
Karim Abou Zeid 2015-09-05 14:11:44 +02:00
commit 767f6f0300
2 changed files with 2 additions and 0 deletions

View file

@ -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>

View file

@ -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">