diff options
author | Joe Robinson <joe@lc8n.com> | 2019-04-20 21:59:04 +0200 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2019-04-20 21:59:04 +0200 |
commit | 0f8b43f3cd1113b0f214a721fbc62d64c6eb6609 (patch) | |
tree | 8adce176fe6663a015377e174add1416f43cd3d6 /app/src/main/res/layout/pager_item.xml | |
parent | 8322d7cf510b22ee20d310013ec71dd4f39442bb (diff) |
Diffstat (limited to 'app/src/main/res/layout/pager_item.xml')
-rw-r--r-- | app/src/main/res/layout/pager_item.xml | 2 |
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" |