mirror of https://github.com/tasks/tasks
Fix empty task list view
parent
d86af9125a
commit
45313d72e4
@ -1,7 +1,9 @@
|
|||||||
<android.support.v4.widget.SwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<android.support.v4.widget.SwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:id="@+id/swipe_layout_empty"
|
android:id="@+id/swipe_layout_empty"
|
||||||
|
style="@style/task_list_container"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content"
|
||||||
|
android:elevation="@dimen/elevation_task_list">
|
||||||
|
|
||||||
<ScrollView
|
<ScrollView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
Loading…
Reference in New Issue