|
@@ -29,15 +29,16 @@
|
|
android:footerDividersEnabled="false"
|
|
android:footerDividersEnabled="false"
|
|
android:visibility="visible"
|
|
android:visibility="visible"
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
|
-
|
|
|
|
- <com.owncloud.android.ui.EmptyRecyclerView
|
|
|
|
- android:id="@+id/list_root"
|
|
|
|
|
|
+ <FrameLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="match_parent" />
|
|
|
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
+ <com.owncloud.android.ui.EmptyRecyclerView
|
|
|
|
+ android:id="@+id/list_root"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="match_parent" />
|
|
|
|
+ <include
|
|
|
|
+ android:id="@+id/empty_list"
|
|
|
|
+ layout="@layout/empty_list" />
|
|
|
|
+ </FrameLayout>
|
|
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
|
|
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
|
|
-
|
|
|
|
- <include
|
|
|
|
- android:id="@+id/empty_list"
|
|
|
|
- layout="@layout/empty_list" />
|
|
|
|
-
|
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|