diff --git a/app/src/main/res/layout/player.xml b/app/src/main/res/layout/player.xml index b520c3f6e..1fc769c18 100644 --- a/app/src/main/res/layout/player.xml +++ b/app/src/main/res/layout/player.xml @@ -132,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" @@ -149,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"