From 3a5e0b2918072708301ae54b587adfaf6f6674cd Mon Sep 17 00:00:00 2001 From: DjBushido Date: Tue, 8 Apr 2014 22:43:04 -0400 Subject: [PATCH] Add the main page functionality for HW 5 --- HW5/res/layout/activity_main.xml | 30 +++++++++++-- HW5/res/layout/news_site.xml | 16 +++++++ .../edu/uncc/itcs4180/hw5/MainActivity.java | 44 ++++++++++++++++++- 3 files changed, 86 insertions(+), 4 deletions(-) create mode 100644 HW5/res/layout/news_site.xml diff --git a/HW5/res/layout/activity_main.xml b/HW5/res/layout/activity_main.xml index af9f093..49c610f 100644 --- a/HW5/res/layout/activity_main.xml +++ b/HW5/res/layout/activity_main.xml @@ -8,9 +8,33 @@ android:paddingTop="@dimen/activity_vertical_margin" tools:context=".MainActivity" > - + + + + android:layout_alignParentBottom="true" + android:layout_alignParentLeft="true" > + +