From 45313d72e43b799fef08dd6f4202c93f6f8a4ff5 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Wed, 3 Feb 2016 15:43:41 -0600 Subject: [PATCH] Fix empty task list view --- src/main/res/layout/fragment_task_list.xml | 2 +- ...k_list_swipe_layout_empty.xml => task_list_body_empty.xml} | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) rename src/main/res/layout/{task_list_swipe_layout_empty.xml => task_list_body_empty.xml} (91%) diff --git a/src/main/res/layout/fragment_task_list.xml b/src/main/res/layout/fragment_task_list.xml index f56e49694..76c1cffc4 100644 --- a/src/main/res/layout/fragment_task_list.xml +++ b/src/main/res/layout/fragment_task_list.xml @@ -34,7 +34,7 @@ android:layout_height="match_parent" android:layout_weight="100"> - + diff --git a/src/main/res/layout/task_list_swipe_layout_empty.xml b/src/main/res/layout/task_list_body_empty.xml similarity index 91% rename from src/main/res/layout/task_list_swipe_layout_empty.xml rename to src/main/res/layout/task_list_body_empty.xml index ef58014f4..ad90488f3 100644 --- a/src/main/res/layout/task_list_swipe_layout_empty.xml +++ b/src/main/res/layout/task_list_body_empty.xml @@ -1,7 +1,9 @@ + android:layout_height="wrap_content" + android:elevation="@dimen/elevation_task_list">