|
@ -6,15 +6,16 @@
|
6
|
6
|
android:layout_height="match_parent">
|
7
|
7
|
|
8
|
8
|
<uk.co.senab.photoview.PhotoView
|
9
|
|
android:id="@+id/photoView"
|
10
|
|
android:layout_width="match_parent"
|
11
|
|
android:layout_height="wrap_content"
|
12
|
|
android:adjustViewBounds="true"
|
13
|
|
android:scaleType="centerCrop"
|
14
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
15
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
16
|
|
app:layout_constraintRight_toRightOf="parent"
|
17
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
9
|
android:id="@+id/photoView"
|
|
10
|
android:layout_width="match_parent"
|
|
11
|
android:layout_height="match_parent"
|
|
12
|
android:adjustViewBounds="true"
|
|
13
|
android:scaleType="fitCenter"
|
|
14
|
android:src="@drawable/photo_loading_icon"
|
|
15
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
16
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
17
|
app:layout_constraintRight_toRightOf="parent"
|
|
18
|
app:layout_constraintTop_toTopOf="parent" />
|
18
|
19
|
|
19
|
20
|
<!--<ImageView-->
|
20
|
21
|
<!--android:id="@+id/photoView"-->
|