mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
20 lines
667 B
XML
20 lines
667 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<ViewStub
|
|
android:id="@+id/error_view_stub"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:layout="@layout/view_error" />
|
|
|
|
<ViewStub
|
|
android:id="@+id/progress_view_stub"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:layout="@layout/view_loading" />
|
|
|
|
</merge> |