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" />