2015-01-18 16:11:30 -10:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-06-26 20:14:51 -07:00
|
|
|
<org.thoughtcrime.securesms.components.SquareFrameLayout
|
2015-01-18 16:11:30 -10:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
2015-03-31 15:44:41 -07:00
|
|
|
<org.thoughtcrime.securesms.components.ThumbnailView
|
2015-01-29 20:37:01 -10:00
|
|
|
android:id="@+id/image"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:contentDescription="@string/media_preview_activity__image_content_description" />
|
2015-01-18 16:11:30 -10:00
|
|
|
|
2015-06-26 20:14:51 -07:00
|
|
|
</org.thoughtcrime.securesms.components.SquareFrameLayout>
|