Fix empty task list view

pull/384/head
Alex Baker 10 years ago
parent d86af9125a
commit 45313d72e4

@ -34,7 +34,7 @@
android:layout_height="match_parent"
android:layout_weight="100">
<include layout="@layout/task_list_swipe_layout_empty" />
<include layout="@layout/task_list_body_empty" />
</FrameLayout>

@ -1,7 +1,9 @@
<android.support.v4.widget.SwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/swipe_layout_empty"
style="@style/task_list_container"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:elevation="@dimen/elevation_task_list">
<ScrollView
android:layout_width="wrap_content"
Loading…
Cancel
Save