56 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 | |
|     android:orientation="horizontal"
 | |
|     android:layout_width="match_parent"
 | |
|     android:layout_height="wrap_content"
 | |
|     >
 | |
| 
 | |
|     <LinearLayout
 | |
|         android:id="@+id/llGallary1"
 | |
|         style="@style/llGallary">
 | |
|         <ImageView
 | |
|             android:id="@+id/imageGallary1"
 | |
|             style="@style/llGallaryImage"
 | |
|             android:src="@drawable/googleg_standard_color_18" />
 | |
| 
 | |
|         <TextView
 | |
|             android:id="@+id/tvGallaryName1"
 | |
|             style="@style/GarllayTextView"
 | |
|             android:text="天龙八部"
 | |
|              />
 | |
| 
 | |
|     </LinearLayout>.
 | |
|     <LinearLayout
 | |
|         android:id="@+id/llGallary2"
 | |
|         style="@style/llGallary">
 | |
|         <ImageView
 | |
|             android:id="@+id/imageGallary2"
 | |
|             style="@style/llGallaryImage"
 | |
|             android:src="@drawable/googleg_standard_color_18" />
 | |
| 
 | |
|         <TextView
 | |
|             android:id="@+id/tvGallaryName2"
 | |
|             style="@style/GarllayTextView"
 | |
|             android:text="射雕英雄传"
 | |
|             />
 | |
| 
 | |
|     </LinearLayout>.
 | |
|     <LinearLayout
 | |
|         android:id="@+id/llGallary3"
 | |
|         style="@style/llGallary">
 | |
|         <ImageView
 | |
|             android:id="@+id/imageGallary3"
 | |
|             style="@style/llGallaryImage"
 | |
|             android:src="@drawable/googleg_standard_color_18" />
 | |
| 
 | |
|         <TextView
 | |
|             android:id="@+id/tvGallaryName3"
 | |
|             style="@style/GarllayTextView"
 | |
|             android:text="神雕侠侣"
 | |
| 
 | |
|              />
 | |
| 
 | |
|     </LinearLayout>.
 | |
| 
 | |
| </LinearLayout>
 |