From 61c9379b05b33efca3c6d126e437bc73038ccf42 Mon Sep 17 00:00:00 2001 From: tokugawa Date: Sun, 9 Mar 2014 17:55:22 -0400 Subject: [PATCH] Added Async functionality and grid display. Still need to fix sizes and display text under pictures. --- InClass3/project.properties | 1 + InClass3/res/layout/activity_photo.xml | 21 ++- InClass3/res/values/integers.xml | 5 + InClass3/res/values/strings.xml | 1 + .../edu/uncc/itcs4180/hw4/PhotoActivity.java | 133 ++++++++++++++++++ 5 files changed, 159 insertions(+), 2 deletions(-) create mode 100644 InClass3/res/values/integers.xml diff --git a/InClass3/project.properties b/InClass3/project.properties index 4ab1256..6759fcc 100644 --- a/InClass3/project.properties +++ b/InClass3/project.properties @@ -12,3 +12,4 @@ # Project target. target=android-19 +android.library.reference.1=../../../workspace/gridlayout_v7 diff --git a/InClass3/res/layout/activity_photo.xml b/InClass3/res/layout/activity_photo.xml index 2ff3dd9..386c367 100644 --- a/InClass3/res/layout/activity_photo.xml +++ b/InClass3/res/layout/activity_photo.xml @@ -1,11 +1,28 @@ - - + + +