make the tag unfocusable

This commit is contained in:
KingLucius 2024-04-10 15:55:02 +02:00
parent 674c3ff74c
commit 3f917cd51c
2 changed files with 2 additions and 0 deletions

View file

@ -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"/>

View file

@ -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"/>