2019-07-19 11:43:55 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2023-02-09 14:38:48 -04:00
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2022-08-09 13:29:04 -03:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2019-07-19 11:43:55 -04:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2023-02-09 14:38:48 -04:00
|
|
|
tools:viewBindingIgnore="true">
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.components.ZoomingImageView
|
|
|
|
android:id="@+id/zooming_image_view"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:clickable="false"
|
|
|
|
android:contentDescription="@string/media_preview_activity__media_content_description" />
|
|
|
|
|
|
|
|
</FrameLayout>
|