diff --git a/app/src/main/res/layout-large-land/player.xml b/app/src/main/res/layout-large-land/player.xml
deleted file mode 100644
index 71a325cf3..000000000
--- a/app/src/main/res/layout-large-land/player.xml
+++ /dev/null
@@ -1,756 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/app/src/main/res/layout/player.xml b/app/src/main/res/layout/player.xml
index 180292fb1..1fc769c18 100644
--- a/app/src/main/res/layout/player.xml
+++ b/app/src/main/res/layout/player.xml
@@ -58,9 +58,9 @@
android:id="@+id/playbackControlsShadow"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:visibility="gone"
android:layout_alignBottom="@+id/playbackControlRoot"
android:background="@color/video_overlay_color"
+ android:visibility="gone"
tools:visibility="visible" />
@@ -85,6 +85,7 @@
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:baselineAligned="false"
+ android:descendantFocusability="afterDescendants"
android:gravity="top"
android:orientation="vertical"
android:paddingStart="@dimen/player_main_controls_padding"
@@ -96,6 +97,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:baselineAligned="false"
+ android:descendantFocusability="afterDescendants"
android:gravity="top"
android:minHeight="45dp"
tools:ignore="RtlHardcoded">
@@ -130,10 +132,8 @@
android:id="@+id/titleTextView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:clickable="true"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
- android:focusable="true"
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:singleLine="true"
@@ -147,10 +147,8 @@
android:id="@+id/channelTextView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:clickable="true"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
- android:focusable="true"
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:singleLine="true"
@@ -438,6 +436,7 @@
android:layout_gravity="center"
android:layout_marginTop="2dp"
android:layout_weight="1"
+ android:nextFocusDown="@id/screenRotationButton"
tools:progress="25"
tools:secondaryProgress="50" />
@@ -473,11 +472,12 @@
android:background="?attr/selectableItemBackgroundBorderless"
android:clickable="true"
android:focusable="true"
+ android:nextFocusUp="@id/playbackSeekBar"
android:padding="@dimen/player_main_buttons_padding"
android:scaleType="fitCenter"
android:visibility="gone"
- app:tint="@color/white"
app:srcCompat="@drawable/ic_fullscreen"
+ app:tint="@color/white"
tools:ignore="ContentDescription,RtlHardcoded"
tools:visibility="visible" />
@@ -500,8 +500,8 @@
android:clickable="true"
android:focusable="true"
android:scaleType="fitCenter"
- app:tint="@color/white"
app:srcCompat="@drawable/ic_previous"
+ app:tint="@color/white"
tools:ignore="ContentDescription" />
@@ -512,8 +512,8 @@
android:layout_weight="1"
android:background="?attr/selectableItemBackgroundBorderless"
android:scaleType="fitCenter"
- app:tint="@color/white"
app:srcCompat="@drawable/ic_pause"
+ app:tint="@color/white"
tools:ignore="ContentDescription" />
@@ -578,8 +578,8 @@
android:focusable="true"
android:padding="10dp"
android:scaleType="fitXY"
- app:tint="@color/white"
- app:srcCompat="@drawable/ic_close" />
+ app:srcCompat="@drawable/ic_close"
+ app:tint="@color/white" />