Implemented fix for castview becoming too tall.

This commit is contained in:
Koen J
2025-11-20 19:19:51 +01:00
parent 89dbdc99a0
commit abd226c33d
@@ -32,7 +32,7 @@
<com.futo.platformplayer.views.casting.CastView
android:id="@+id/videodetail_cast"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="300dp"
android:background="@color/transparent"
android:visibility="gone"
android:elevation="4dp"