22 lines
		
	
	
		
			799 B
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			22 lines
		
	
	
		
			799 B
		
	
	
	
		
			Plaintext
		
	
	
	
|  | <?xml version="1.0" encoding="utf-8"?> | ||
|  | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
|  |               android:id="@+id/loadLayout" | ||
|  |               android:padding="10dp" | ||
|  |               android:layout_width="match_parent" | ||
|  |               android:layout_height="wrap_content" | ||
|  | 
 | ||
|  |               android:gravity="center" | ||
|  |               android:orientation="vertical"> | ||
|  | 
 | ||
|  | 
 | ||
|  |             <TextView | ||
|  |                 style="@style/TextViewNovelDesc.titles" | ||
|  |                 android:id="@+id/tvLoadText" | ||
|  |                 android:layout_width="wrap_content" | ||
|  |                 android:layout_height="wrap_content" | ||
|  |                 android:layout_centerInParent="true" | ||
|  |                 android:layout_centerVertical="true" | ||
|  |                 android:text="@string/noRecord" | ||
|  |                  /> | ||
|  | 
 | ||
|  | </LinearLayout> |