summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2019-04-20 21:59:04 +0200
committerJoe Robinson <joe@lc8n.com>2019-04-20 21:59:04 +0200
commit0f8b43f3cd1113b0f214a721fbc62d64c6eb6609 (patch)
tree8adce176fe6663a015377e174add1416f43cd3d6 /app/src/main/res
parent8322d7cf510b22ee20d310013ec71dd4f39442bb (diff)
Use Picasso and TouchImageView for caching and zoomingHEADmaster
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/pager_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/pager_item.xml b/app/src/main/res/layout/pager_item.xml
index d948c64..8bb5013 100644
--- a/app/src/main/res/layout/pager_item.xml
+++ b/app/src/main/res/layout/pager_item.xml
@@ -9,7 +9,7 @@
android:layout_height="wrap_content"
android:layout_below="@id/pager_image"
android:textSize="20dp"/>
- <com.android.volley.toolbox.NetworkImageView
+ <com.ortiz.touchview.TouchImageView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/pager_image"
android:layout_width="match_parent"