summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/audioplayer_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/audioplayer_fragment.xml')
-rw-r--r--app/src/main/res/layout/audioplayer_fragment.xml15
1 files changed, 3 insertions, 12 deletions
diff --git a/app/src/main/res/layout/audioplayer_fragment.xml b/app/src/main/res/layout/audioplayer_fragment.xml
index c173371d3..f801930f5 100644
--- a/app/src/main/res/layout/audioplayer_fragment.xml
+++ b/app/src/main/res/layout/audioplayer_fragment.xml
@@ -15,16 +15,6 @@
app:navigationIcon="?homeAsUpIndicator"
android:id="@+id/toolbar"/>
- <com.google.android.material.tabs.TabLayout
- android:id="@+id/sliding_tabs"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/toolbar"
- android:background="?android:attr/windowBackground"
- app:tabBackground="?attr/selectableItemBackground"
- app:tabMode="fixed"
- app:tabGravity="fill"/>
-
<FrameLayout
android:id="@+id/playerFragment"
android:layout_width="match_parent"
@@ -39,9 +29,10 @@
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_above="@id/playtime_layout"
- android:layout_below="@id/sliding_tabs"
+ android:layout_below="@id/toolbar"
+ android:layout_marginBottom="12dp"
android:foreground="?android:windowContentOverlay"
- android:layout_marginBottom="12dp"/>
+ android:orientation="vertical" />
<ImageView
android:layout_width="match_parent"