From f0c626dcaf5ad034e4b0d139c11e8f45ec23211f Mon Sep 17 00:00:00 2001 From: tokugawa Date: Mon, 10 Mar 2014 00:07:57 -0400 Subject: [PATCH] Added comments, string and integer values, and text view for Async. Trouble connecting to host to download images now. Don't know if it is my network problem or not. Made no changes to downloading code. --- InClass3/res/layout/activity_photo.xml | 4 ++-- InClass3/res/layout/grid_schema.xml | 4 ++-- InClass3/res/values/integers.xml | 5 ++-- InClass3/res/values/strings.xml | 7 +++++- .../edu/uncc/itcs4180/hw4/PhotoActivity.java | 24 +++++++++++-------- 5 files changed, 27 insertions(+), 17 deletions(-) diff --git a/InClass3/res/layout/activity_photo.xml b/InClass3/res/layout/activity_photo.xml index 386c367..3be93a5 100644 --- a/InClass3/res/layout/activity_photo.xml +++ b/InClass3/res/layout/activity_photo.xml @@ -15,7 +15,7 @@ android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" - android:numColumns="@integer/COLUMN_COUNT" + android:numColumns="@integer/column_count" android:columnWidth="90dp" />