In player hide kodi button if service unsupported

This commit is contained in:
Stypox 2020-05-07 09:08:52 +02:00
parent 9ca6cfd637
commit 5c711322d4
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
3 changed files with 13 additions and 8 deletions

View file

@ -325,8 +325,9 @@
android:src="@drawable/ic_cast_white_24dp"
android:background="?attr/selectableItemBackground"
android:contentDescription="@string/play_with_kodi_title"
android:visibility="gone"
tools:ignore="RtlHardcoded"
android:visibility="visible"/>
tools:visibility="visible"/>
<ImageButton
android:id="@+id/share"

View file

@ -317,8 +317,9 @@
android:src="@drawable/ic_cast_white_24dp"
android:background="?attr/selectableItemBackground"
android:contentDescription="@string/play_with_kodi_title"
android:visibility="gone"
tools:ignore="RtlHardcoded"
android:visibility="visible"/>
tools:visibility="visible"/>
<ImageButton
android:id="@+id/share"