summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_image_pager.xml
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2014-08-04 02:17:22 +0100
committerJoe Robinson <joe@lc8n.com>2014-08-13 23:23:03 +0100
commit65c1db9dc23517ceff0e11e767585de330f70964 (patch)
treec32f15920e56e81643bb81511a736c813740f05e /app/src/main/res/layout/activity_image_pager.xml
parenta5ca356e46df7e175c4c24a25b00c38c0954572f (diff)
Added partially working image viewer with paging
Diffstat (limited to 'app/src/main/res/layout/activity_image_pager.xml')
-rw-r--r--app/src/main/res/layout/activity_image_pager.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_image_pager.xml b/app/src/main/res/layout/activity_image_pager.xml
new file mode 100644
index 0000000..74181fa
--- /dev/null
+++ b/app/src/main/res/layout/activity_image_pager.xml
@@ -0,0 +1,16 @@
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:paddingLeft="@dimen/activity_horizontal_margin"
+ android:paddingRight="@dimen/activity_horizontal_margin"
+ android:paddingTop="@dimen/activity_vertical_margin"
+ android:paddingBottom="@dimen/activity_vertical_margin"
+ tools:context="uk.co.blatech.blaupload.ImagePager">
+
+ <TextView
+ android:text="@string/hello_world"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content" />
+
+</RelativeLayout>