pull/37/head
parent
c799f37dab
commit
b9953c2e87
@ -0,0 +1,29 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
|
xmlns:tools="http://schemas.android.com/tools" |
||||||
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
||||||
|
android:layout_gravity="center" |
||||||
|
android:layout_width="match_parent" |
||||||
|
android:layout_height="wrap_content"> |
||||||
|
|
||||||
|
<io.legado.app.ui.widget.anima.RotateLoading |
||||||
|
android:id="@+id/rotate_loading" |
||||||
|
android:layout_width="36dp" |
||||||
|
android:layout_height="36dp" |
||||||
|
android:layout_margin="6dp" |
||||||
|
android:visibility="gone" |
||||||
|
app:loading_width="2dp" /> |
||||||
|
|
||||||
|
<TextView |
||||||
|
android:id="@+id/tv_text" |
||||||
|
android:layout_width="match_parent" |
||||||
|
android:layout_height="wrap_content" |
||||||
|
android:textColor="?android:attr/textColorSecondary" |
||||||
|
android:textSize="14sp" |
||||||
|
android:gravity="center" |
||||||
|
android:background="?attr/selectableItemBackground" |
||||||
|
android:visibility="invisible" |
||||||
|
tools:text="加载状态" |
||||||
|
tools:visibility="visible" /> |
||||||
|
|
||||||
|
</FrameLayout> |
Loading…
Reference in new issue