From ba85390eb776a4f1abd76fbb87255c22b0e72f0f Mon Sep 17 00:00:00 2001 From: DjBushido Date: Sat, 12 Apr 2014 17:47:30 -0400 Subject: [PATCH] Add some padding to the TweetList --- HW5/res/layout/tweet_list.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/HW5/res/layout/tweet_list.xml b/HW5/res/layout/tweet_list.xml index f59ecdb..32cace8 100644 --- a/HW5/res/layout/tweet_list.xml +++ b/HW5/res/layout/tweet_list.xml @@ -2,22 +2,25 @@ + android:layout_height="fill_parent" + android:padding="2dp" > \ No newline at end of file