2014-08-12 12:11:23 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
2014-06-28 20:40:57 -07:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:background="@color/gray95">
|
2014-08-12 12:11:23 -07:00
|
|
|
|
2015-06-04 13:21:20 -07:00
|
|
|
<org.thoughtcrime.securesms.components.ZoomingImageView
|
|
|
|
android:id="@+id/image"
|
2014-08-12 12:11:23 -07:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2017-02-20 16:44:25 -08:00
|
|
|
android:contentDescription="@string/media_preview_activity__media_content_description" />
|
2014-12-03 09:25:32 +00:00
|
|
|
|
2016-11-26 12:10:14 -08:00
|
|
|
<org.thoughtcrime.securesms.video.VideoPlayer
|
|
|
|
android:id="@+id/video_player"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:visibility="gone"/>
|
|
|
|
|
2014-08-12 12:11:23 -07:00
|
|
|
</RelativeLayout>
|