From cc990165194e05338ea312402fd469b4c2708f4b Mon Sep 17 00:00:00 2001 From: ligi Date: Sat, 29 Mar 2014 22:28:38 +0530 Subject: [PATCH] modify layout so pull to refresh also works for emptyview - closes #5 --- src/main/res/layout/ticket_list.xml | 42 +++++++++++++++-------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/src/main/res/layout/ticket_list.xml b/src/main/res/layout/ticket_list.xml index f5b27836..0cd305e9 100644 --- a/src/main/res/layout/ticket_list.xml +++ b/src/main/res/layout/ticket_list.xml @@ -5,36 +5,38 @@ android:layout_height="match_parent"> - - - + + android:divider="@null" + android:listSelector="@android:color/transparent"> - - - + + + + + + android:background="@android:color/white" + android:orientation="vertical" /> \ No newline at end of file