41 lines
1.4 KiB
XML
41 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/loadLayout"
|
|
android:padding="5dp"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center"
|
|
android:orientation="vertical">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="5dip"
|
|
android:layout_marginTop="5dip"
|
|
android:gravity="center">
|
|
|
|
<ProgressBar
|
|
android:id="@+id/pbLoad"
|
|
android:layout_width="5dp"
|
|
android:layout_height="5dp"
|
|
android:layout_centerVertical="true"
|
|
android:indeterminate="false"
|
|
android:visibility="gone"
|
|
/>
|
|
|
|
<TextView
|
|
android:id="@+id/tvLoadText"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerInParent="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="4dip"
|
|
android:layout_toRightOf="@id/pbLoad"
|
|
android:clickable="true"
|
|
android:text="魂牵梦萦 魂牵梦萦 "
|
|
style="@style/TextViewNovelDesc.titles"
|
|
/>
|
|
</RelativeLayout>
|
|
|
|
</LinearLayout> |