2018-11-20 09:59:23 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-02-13 14:22:21 -04:00
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-11-20 09:59:23 -08:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
2020-02-13 14:22:21 -04:00
|
|
|
<org.thoughtcrime.securesms.video.VideoPlayer
|
|
|
|
android:id="@+id/video_player"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2021-09-02 17:04:43 -03:00
|
|
|
android:background="@color/core_black" />
|
2020-02-13 14:22:21 -04:00
|
|
|
|
|
|
|
<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>
|