Skip to content

Commit 99379ed

Browse files
committed
Remove useless title&channel text view focusability
1 parent 4871095 commit 99379ed

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

app/src/main/res/layout/player.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,8 @@
132132
android:id="@+id/titleTextView"
133133
android:layout_width="match_parent"
134134
android:layout_height="wrap_content"
135-
android:clickable="true"
136135
android:ellipsize="marquee"
137136
android:fadingEdge="horizontal"
138-
android:focusable="true"
139137
android:marqueeRepeatLimit="marquee_forever"
140138
android:scrollHorizontally="true"
141139
android:singleLine="true"
@@ -149,10 +147,8 @@
149147
android:id="@+id/channelTextView"
150148
android:layout_width="match_parent"
151149
android:layout_height="wrap_content"
152-
android:clickable="true"
153150
android:ellipsize="marquee"
154151
android:fadingEdge="horizontal"
155-
android:focusable="true"
156152
android:marqueeRepeatLimit="marquee_forever"
157153
android:scrollHorizontally="true"
158154
android:singleLine="true"

0 commit comments

Comments
 (0)