62 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			62 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
|  | <?xml version="1.0" encoding="utf-8"?> | ||
|  | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
|  |     android:layout_width="match_parent" | ||
|  |     android:layout_height="wrap_content" | ||
|  |     android:padding="10dp" | ||
|  |     android:background="@color/white" | ||
|  |     android:orientation="vertical"> | ||
|  | 
 | ||
|  |     <Button | ||
|  |     android:id="@+id/btnZhengli" | ||
|  |     style="@style/buttonCates" | ||
|  |     android:text="整理书架" | ||
|  |     /> | ||
|  |    <LinearLayout    style="@style/llGraySplit.2dp"/> | ||
|  |      <Button | ||
|  |         android:id="@+id/btnImport" | ||
|  |         style="@style/buttonCates" | ||
|  |         android:text="本地导入" | ||
|  |         /> | ||
|  | 
 | ||
|  | 
 | ||
|  | <!--    <Button | ||
|  |         style="@style/buttonCates" | ||
|  |     android:text="切换视图" | ||
|  |     /> | ||
|  |   --> | ||
|  |     <LinearLayout    style="@style/llGraySplit.2dp"/> | ||
|  | <!--    <Button | ||
|  |         android:id="@+id/btnUploadProgress" | ||
|  |         style="@style/buttonCates" | ||
|  |         android:text="上传进度" | ||
|  |         /> | ||
|  |     <LinearLayout    style="@style/llGraySplit.2dp"/> | ||
|  |     <Button | ||
|  |         android:id="@+id/btnDownloadProgress" | ||
|  |         style="@style/buttonCates" | ||
|  |         android:text="下载进度" | ||
|  |         /> | ||
|  |     <LinearLayout    style="@style/llGraySplit.2dp"/>--> | ||
|  |     <!-- | ||
|  |     <Button | ||
|  |         style="@style/buttonCates" | ||
|  |         android:text="WIFI传书" | ||
|  |         /> | ||
|  | 
 | ||
|  |     <LinearLayout    style="@style/llGraySplit.2dp"/> | ||
|  |     <Button | ||
|  |         style="@style/buttonCates" | ||
|  |         android:text="TXT下载" | ||
|  | 
 | ||
|  |         /> | ||
|  |         --> | ||
|  | 
 | ||
|  |     <Button | ||
|  |         android:id="@+id/btnCancel" | ||
|  |         style="@style/buttonCates" | ||
|  |         android:text="取消" | ||
|  |         android:textColor="@color/colorAccent" | ||
|  |         /> | ||
|  | 
 | ||
|  | </LinearLayout> |