2015-10-24 21:09:58 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-11-11 04:56:16 +01:00
|
|
|
<com.davemorrissey.labs.subscaleview.SubsamplingScaleImageView
|
2015-11-10 16:35:23 +01:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2015-10-24 21:09:58 +02:00
|
|
|
android:layout_width="match_parent"
|
2015-11-11 04:56:16 +01:00
|
|
|
android:layout_height="match_parent"
|
2016-03-04 14:10:41 +01:00
|
|
|
android:id="@+id/image_view" />
|