Added changelog. Auto hide bottom bar and fab if playing queue is empty
This commit is contained in:
parent
eea6ba69ca
commit
73f3214b23
10 changed files with 211 additions and 4 deletions
14
app/src/main/res/layout/dialog_web_view.xml
Normal file
14
app/src/main/res/layout/dialog_web_view.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue