MainPlayer: make title and subtitle non-focusable
Focus isn't needed for marquee, only selection
This commit is contained in:
parent
2b39438eba
commit
7dc4ccf144
|
@ -178,7 +178,6 @@
|
||||||
android:textSize="15sp"
|
android:textSize="15sp"
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:focusable="true"
|
|
||||||
tools:ignore="RtlHardcoded"
|
tools:ignore="RtlHardcoded"
|
||||||
tools:text="The Video Title LONG very LONG"/>
|
tools:text="The Video Title LONG very LONG"/>
|
||||||
|
|
||||||
|
@ -194,7 +193,6 @@
|
||||||
android:textColor="@android:color/white"
|
android:textColor="@android:color/white"
|
||||||
android:textSize="12sp"
|
android:textSize="12sp"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:focusable="true"
|
|
||||||
tools:text="The Video Artist LONG very LONG very Long"/>
|
tools:text="The Video Artist LONG very LONG very Long"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue