You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.1 KiB
31 lines
1.1 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge 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_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:layout_gravity="center"
|
|
android:visibility="invisible"
|
|
app:hide_mode="invisible"
|
|
app:loading_width="2dp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_text"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:gravity="center"
|
|
android:textColor="?android:attr/textColorSecondary"
|
|
android:textSize="14sp"
|
|
android:background="?attr/selectableItemBackground"
|
|
android:visibility="invisible"
|
|
tools:text="加载状态"
|
|
tools:visibility="visible" />
|
|
|
|
</merge> |