22 lines
		
	
	
		
			799 B
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			799 B
		
	
	
	
		
			XML
		
	
	
	
| <?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> |