mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
make the tag unfocusable
This commit is contained in:
parent
674c3ff74c
commit
3f917cd51c
2 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,7 @@
|
|||
android:layout_marginStart="2dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:layout_gravity="center_vertical|end"
|
||||
android:focusable="false"
|
||||
android:text="@string/episode_upcoming"
|
||||
android:visibility="gone"
|
||||
tools:visibility="visible"/>
|
||||
|
|
|
@ -104,6 +104,7 @@
|
|||
android:id="@+id/episode_upcoming"
|
||||
style="@style/SmallBlackButton"
|
||||
android:textColor="?attr/colorPrimary"
|
||||
android:focusable="false"
|
||||
android:text="@string/episode_upcoming"
|
||||
android:visibility="gone"
|
||||
tools:visibility="visible"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue