6 lines
358 B
XML
6 lines
358 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<org.thoughtcrime.securesms.components.ZoomingImageView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:clickable="false"
|
||
|
android:contentDescription="@string/media_preview_activity__media_content_description" />
|