From d23208c55ff96550a6c14c2bc8996c15f66554b9 Mon Sep 17 00:00:00 2001 From: DjBushido Date: Mon, 10 Mar 2014 18:24:50 -0400 Subject: [PATCH] Fix up the threaded section of the layout Also, minor tweaks to the asynctask portion. --- InClass3/res/layout/activity_photo.xml | 12 +- InClass3/res/layout/activity_photo_thread.xml | 22 +++- .../edu/uncc/itcs4180/hw4/PhotoActivity.java | 6 +- .../edu/uncc/itcs4180/hw4/PhotoThread.java | 107 ++++++++++++++++-- 4 files changed, 127 insertions(+), 20 deletions(-) diff --git a/InClass3/res/layout/activity_photo.xml b/InClass3/res/layout/activity_photo.xml index 3be93a5..12bd166 100644 --- a/InClass3/res/layout/activity_photo.xml +++ b/InClass3/res/layout/activity_photo.xml @@ -1,6 +1,6 @@ + android:layout_weight="1" + android:columnWidth="90dp" + android:numColumns="@integer/column_count" />