mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-21 13:48:33 +00:00
Make video player in media player control a view stub
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@string/media_preview_activity__media_content_description" />
|
||||
|
||||
<org.thoughtcrime.securesms.video.VideoPlayer
|
||||
android:id="@+id/video_player"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<ViewStub android:id="@+id/video_player_stub"
|
||||
android:inflatedId="@+id/video_player"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:visibility="gone"
|
||||
android:layout="@layout/media_view_video"/>
|
||||
|
||||
</merge>
|
Reference in New Issue
Block a user