MainPlayer: make title and subtitle non-focusable

Focus isn't needed for marquee, only selection
This commit is contained in:
Alexander 2019-09-20 16:13:13 +07:00 committed by Alexander--
parent 2b39438eba
commit 7dc4ccf144
1 changed files with 0 additions and 2 deletions

View File

@ -178,7 +178,6 @@
android:textSize="15sp"
android:textStyle="bold"
android:clickable="true"
android:focusable="true"
tools:ignore="RtlHardcoded"
tools:text="The Video Title LONG very LONG"/>
@ -194,7 +193,6 @@
android:textColor="@android:color/white"
android:textSize="12sp"
android:clickable="true"
android:focusable="true"
tools:text="The Video Artist LONG very LONG very Long"/>
</LinearLayout>