From 99379ede8a5ab0ebd476a3b1776828d595272a68 Mon Sep 17 00:00:00 2001 From: Stypox Date: Wed, 23 Feb 2022 10:13:03 +0100 Subject: [PATCH] Remove useless title&channel text view focusability --- app/src/main/res/layout/player.xml | 4 ---- 1 file changed, 4 deletions(-) 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"