From 552aeb8ed0bcd05c535ed99df6a23ceba050f03a Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Thu, 17 Apr 2014 22:13:00 -0700 Subject: #142 Add pull to refresh to all views --- res/layout/abstract_list_fragment.xml | 15 +++++++++++---- res/layout/chat.xml | 16 +++++++++++----- res/layout/select_album.xml | 19 +++++++++++++------ 3 files changed, 35 insertions(+), 15 deletions(-) (limited to 'res/layout') diff --git a/res/layout/abstract_list_fragment.xml b/res/layout/abstract_list_fragment.xml index bfce4792..3923f120 100644 --- a/res/layout/abstract_list_fragment.xml +++ b/res/layout/abstract_list_fragment.xml @@ -20,10 +20,17 @@ android:text="@string/common.empty" android:visibility="gone" /> - + android:layout_weight="1.0"> + + + + diff --git a/res/layout/chat.xml b/res/layout/chat.xml index 9b8f7d17..f2c1c3fd 100644 --- a/res/layout/chat.xml +++ b/res/layout/chat.xml @@ -7,12 +7,18 @@ - + android:layout_weight="1.0"> + + + diff --git a/res/layout/select_album.xml b/res/layout/select_album.xml index 01df495a..55747a18 100644 --- a/res/layout/select_album.xml +++ b/res/layout/select_album.xml @@ -20,12 +20,19 @@ android:layout_height="wrap_content" android:padding="10dip"/> - + android:layout_weight="1.0"> + + + + \ No newline at end of file -- cgit v1.2.3