From d2f7c8b9fb56eadac1a6406af8b9cc43cb99d15b Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Wed, 13 Aug 2014 23:13:52 +0100 Subject: Added higher resolution image loading on zoom --- app/src/main/res/layout/activity_image_pager.xml | 17 ++++------------- app/src/main/res/layout/image_pager_item.xml | 23 +++++++++++++++++++++++ 2 files changed, 27 insertions(+), 13 deletions(-) create mode 100644 app/src/main/res/layout/image_pager_item.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/activity_image_pager.xml b/app/src/main/res/layout/activity_image_pager.xml index 74181fa..fc75d13 100644 --- a/app/src/main/res/layout/activity_image_pager.xml +++ b/app/src/main/res/layout/activity_image_pager.xml @@ -1,16 +1,7 @@ - - - - - + tools:context="uk.co.blatech.blaupload.ImagePager"/> \ No newline at end of file diff --git a/app/src/main/res/layout/image_pager_item.xml b/app/src/main/res/layout/image_pager_item.xml new file mode 100644 index 0000000..26d8083 --- /dev/null +++ b/app/src/main/res/layout/image_pager_item.xml @@ -0,0 +1,23 @@ + + + + + + + \ No newline at end of file -- cgit v1.2.3