diff --git a/app/src/main/res/layout/player_activity.xml b/app/src/main/res/layout/player_activity.xml
index 25e9d63e1..14fd817ff 100644
--- a/app/src/main/res/layout/player_activity.xml
+++ b/app/src/main/res/layout/player_activity.xml
@@ -20,16 +20,6 @@
android:layout_height="match_parent"
android:background="#70000000" />
-
-
@@ -74,6 +66,7 @@
android:id="@+id/controls_top"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_marginTop="10dp"
android:gravity="center">
@@ -284,6 +279,7 @@
android:id="@+id/cycleViewModeBtn"
android:layout_width="48dp"
android:layout_height="match_parent"
+ android:layout_marginRight="10dp"
android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="Cycle view modes"
android:onClick="cycleViewMode"
@@ -305,6 +301,7 @@
android:id="@+id/prevBtn"
android:layout_width="48dp"
android:layout_height="48dp"
+ android:layout_marginLeft="10dp"
android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/action_previous_episode"
android:padding="@dimen/screen_edge_margin"
@@ -341,6 +338,7 @@
android:id="@+id/nextBtn"
android:layout_width="48dp"
android:layout_height="48dp"
+ android:layout_marginRight="10dp"
android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/action_next_episode"
android:padding="@dimen/screen_edge_margin"
@@ -384,4 +382,4 @@
android:layout_height="match_parent"
android:visibility="gone" />
-
\ No newline at end of file
+