diff --git a/app/src/main/res/layout/playlist_header.xml b/app/src/main/res/layout/playlist_header.xml
index 93fde3b8f..f49ca295d 100644
--- a/app/src/main/res/layout/playlist_header.xml
+++ b/app/src/main/res/layout/playlist_header.xml
@@ -33,6 +33,8 @@
android:layout_marginLeft="4dp"
android:layout_marginRight="6dp"
android:layout_marginTop="6dp"
+ android:layout_toLeftOf="@+id/playlist_stream_count"
+ android:layout_toStartOf="@+id/playlist_stream_count"
android:background="?attr/selectableItemBackground"
android:gravity="left|center_vertical"
android:padding="2dp"
@@ -63,24 +65,22 @@
tools:ignore="RtlHardcoded"
tools:text="Typical uploader name"/>
-
-
+
+