Signal-Android/app/src/main/res/layout/mediasend_video_fragment.xml

18 wiersze
664 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<org.thoughtcrime.securesms.video.VideoPlayer
android:id="@+id/video_player"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/core_black" />
<org.thoughtcrime.securesms.scribbles.VideoEditorHud
android:id="@+id/video_editor_hud"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone" />
</FrameLayout>