|
|
|
@ -1,6 +1,7 @@
|
|
|
|
<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"
|
|
|
|
style="@style/task_list_container"
|
|
|
|
|
|
|
|
android:background="?attr/asContentBackground"
|
|
|
|
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">
|
|
|
|
android:elevation="@dimen/elevation_task_list">
|
|
|
|
|