Added changelog. Auto hide bottom bar and fab if playing queue is empty

This commit is contained in:
Karim Abou Zeid 2015-08-15 03:09:47 +02:00
commit 73f3214b23
10 changed files with 211 additions and 4 deletions

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="16dp"
android:paddingRight="16dp">
<WebView
android:id="@+id/web_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scrollbars="none" />
</FrameLayout>

View file

@ -179,4 +179,5 @@
<string name="list">List</string>
<string name="colored_footers">Colored footers</string>
<string name="special_thanks_to">Special thanks to</string>
<string name="changelog">Changelog</string>
</resources>