Zoom for images

This commit is contained in:
Eugen Rochko 2017-03-09 21:21:55 +01:00
commit c9b2092cf9
7 changed files with 74 additions and 71 deletions

View file

@ -3,12 +3,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#60000000">
<com.android.volley.toolbox.NetworkImageView
<uk.co.senab.photoview.PhotoView
android:id="@+id/view_media_image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerInParent="true"
android:scaleType="fitCenter" />
android:layout_height="match_parent" />
</RelativeLayout>