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>
|
scrobble doesn't actually get saved at the end. <i>Thanks to Tim Malseed for that.</i>
|
||||||
</li>
|
</li>
|
||||||
<li><b>FIX:</b> Fixed the plural typo in the artist list.</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>
|
</ol>
|
||||||
|
|
||||||
<h3>Version 0.9.44 beta5</h3>
|
<h3>Version 0.9.44 beta5</h3>
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:background="?colorPrimary"
|
||||||
android:elevation="@dimen/toolbar_elevation"
|
android:elevation="@dimen/toolbar_elevation"
|
||||||
tools:ignore="UnusedAttribute">
|
tools:ignore="UnusedAttribute">
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue