235 lines
		
	
	
		
			7.1 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			235 lines
		
	
	
		
			7.1 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?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:background="@drawable/item_selector"
 | |
|     android:orientation="vertical">
 | |
| 
 | |
|     <LinearLayout style="@style/llGraySplit" />
 | |
| 
 | |
|     <!--<LinearLayout
 | |
|         android:layout_width="match_parent"
 | |
|         android:layout_height="30dp"
 | |
|         android:layout_gravity="center_horizontal"
 | |
|         android:layout_margin="2dp"
 | |
|         android:paddingBottom="5dp"
 | |
|         android:orientation="horizontal">
 | |
| 
 | |
|         <TextView
 | |
|             android:id="@+id/tvCateName"
 | |
|              style="@style/NovelBlockTitle"
 | |
|             android:text="完本精选"
 | |
| 
 | |
|             />
 | |
|         <TextView
 | |
|             style="@style/tvRightMore"
 | |
|             android:text="更多"
 | |
|             />
 | |
| 
 | |
|     </LinearLayout>-->
 | |
| 
 | |
|     <LinearLayout
 | |
|         android:id="@+id/ll1"
 | |
|         android:layout_width="match_parent"
 | |
|         android:layout_height="100dp"
 | |
|         android:layout_weight="1"
 | |
| 
 | |
|         android:clickable="true"
 | |
|         android:gravity="center"
 | |
|         android:orientation="vertical">
 | |
| 
 | |
|         <LinearLayout
 | |
|             android:layout_width="match_parent"
 | |
|             android:layout_height="match_parent"
 | |
|             android:orientation="horizontal">
 | |
| 
 | |
|             <ImageView
 | |
|                 android:id="@+id/imageView"
 | |
|                 style="@style/NovelImage.horizon"
 | |
|                 android:src="@drawable/googleg_standard_color_18" />
 | |
| 
 | |
|             <LinearLayout
 | |
|                 android:layout_width="match_parent"
 | |
|                 android:layout_height="match_parent"
 | |
|                 android:layout_weight="1"
 | |
|                 android:gravity="center"
 | |
|                 android:orientation="vertical">
 | |
| 
 | |
|                 <TextView
 | |
|                     android:id="@+id/title"
 | |
|                     style="@style/TextViewNovelTitle.horizon" />
 | |
| 
 | |
|                 <LinearLayout
 | |
|                     android:layout_width="match_parent"
 | |
|                     android:layout_height="wrap_content"
 | |
|                     android:layout_marginTop="2dp"
 | |
| 
 | |
|                     android:orientation="horizontal">
 | |
|                     <TextView
 | |
|                         android:id="@+id/category"
 | |
|                         style="@style/TextViewNovelType" />
 | |
| 
 | |
|                     <TextView
 | |
|                         android:id="@+id/author"
 | |
|                         style="@style/TextViewNovelAuthor" />
 | |
| 
 | |
| 
 | |
| 
 | |
|                 </LinearLayout>
 | |
| 
 | |
|                 <TextView
 | |
|                     android:id="@+id/desc"
 | |
|                     style="@style/TextViewNovelDesc"/>
 | |
| 
 | |
| 
 | |
|             </LinearLayout>
 | |
|         </LinearLayout>
 | |
|         <LinearLayout style="@style/llGraySplit" />
 | |
|     </LinearLayout>
 | |
| 
 | |
| 
 | |
| 
 | |
|     <LinearLayout
 | |
|         android:id="@+id/ll2"
 | |
|         android:layout_width="match_parent"
 | |
|         android:layout_height="100dp"
 | |
|         android:layout_weight="1"
 | |
|         android:background="@drawable/item_selector"
 | |
|         android:clickable="true"
 | |
|         android:gravity="center"
 | |
|         android:visibility="gone"
 | |
|         android:orientation="vertical">
 | |
| 
 | |
|         <LinearLayout
 | |
|             android:layout_width="match_parent"
 | |
|             android:layout_height="match_parent"
 | |
|             android:orientation="horizontal">
 | |
| 
 | |
|             <ImageView
 | |
|                 android:id="@+id/imageView2"
 | |
|                 style="@style/NovelImage.horizon"
 | |
|                 android:src="@drawable/googleg_standard_color_18" />
 | |
| 
 | |
|             <LinearLayout
 | |
|                 android:layout_width="match_parent"
 | |
|                 android:layout_height="match_parent"
 | |
|                 android:layout_weight="1"
 | |
|                 android:gravity="center"
 | |
|                 android:orientation="vertical">
 | |
| 
 | |
|                 <TextView
 | |
|                     android:id="@+id/title2"
 | |
|                     style="@style/TextViewNovelTitle.horizon" />
 | |
| 
 | |
|                 <LinearLayout
 | |
|                     android:layout_width="match_parent"
 | |
|                     android:layout_height="wrap_content"
 | |
|                     android:layout_marginTop="2dp"
 | |
|                     android:orientation="horizontal">
 | |
|                     <TextView
 | |
|                         android:id="@+id/category2"
 | |
|                         style="@style/TextViewNovelType" />
 | |
| 
 | |
|                     <TextView
 | |
|                         android:id="@+id/author2"
 | |
|                         style="@style/TextViewNovelAuthor" />
 | |
| 
 | |
| 
 | |
| 
 | |
|                 </LinearLayout>
 | |
| 
 | |
|                 <TextView
 | |
|                     android:id="@+id/desc2"
 | |
|                     style="@style/TextViewNovelDesc"/>
 | |
| 
 | |
| 
 | |
|             </LinearLayout>
 | |
|         </LinearLayout>
 | |
|         <LinearLayout style="@style/llGraySplit" />
 | |
|     </LinearLayout>
 | |
| 
 | |
| 
 | |
| 
 | |
|     <LinearLayout
 | |
|         android:id="@+id/ll3"
 | |
|         android:layout_width="match_parent"
 | |
|         android:layout_height="100dp"
 | |
|         android:layout_weight="1"
 | |
|         android:background="@drawable/item_selector"
 | |
|         android:clickable="false"
 | |
|         android:gravity="center"
 | |
|         android:orientation="vertical"
 | |
|         android:visibility="gone">
 | |
|         <LinearLayout
 | |
|             android:layout_width="match_parent"
 | |
|             android:layout_height="match_parent"
 | |
|             android:orientation="horizontal">
 | |
| 
 | |
|             <ImageView
 | |
|                 android:id="@+id/imageView3"
 | |
|                 style="@style/NovelImage.horizon"
 | |
|                 android:src="@drawable/googleg_standard_color_18" />
 | |
| 
 | |
|             <LinearLayout
 | |
|                 android:layout_width="match_parent"
 | |
|                 android:layout_height="match_parent"
 | |
|                 android:layout_weight="1"
 | |
|                 android:gravity="center"
 | |
|                 android:orientation="vertical">
 | |
| 
 | |
|                 <TextView
 | |
|                     android:id="@+id/title3"
 | |
|                     style="@style/TextViewNovelTitle.horizon" />
 | |
| 
 | |
|                 <LinearLayout
 | |
|                     android:layout_width="match_parent"
 | |
|                     android:layout_height="wrap_content"
 | |
|                     android:layout_marginTop="2dp"
 | |
|                     android:orientation="horizontal">
 | |
|                     <TextView
 | |
|                         android:id="@+id/category3"
 | |
|                         style="@style/TextViewNovelType" />
 | |
| 
 | |
|                     <TextView
 | |
|                         android:id="@+id/author3"
 | |
|                         style="@style/TextViewNovelAuthor" />
 | |
| 
 | |
| 
 | |
| 
 | |
|                 </LinearLayout>
 | |
| 
 | |
|                 <TextView
 | |
|                     android:id="@+id/desc3"
 | |
|                     style="@style/TextViewNovelDesc"/>
 | |
| 
 | |
| 
 | |
|             </LinearLayout>
 | |
|         </LinearLayout>
 | |
| 
 | |
|         <LinearLayout style="@style/llGraySplit" />
 | |
|     </LinearLayout>
 | |
| 
 | |
|     <LinearLayout style="@style/llGraySplit" />
 | |
| 
 | |
|     <LinearLayout
 | |
|         android:layout_width="match_parent"
 | |
|         android:layout_height="wrap_content"
 | |
|         android:layout_gravity="center_horizontal"
 | |
|         android:background="@drawable/item_selector"
 | |
|         android:visibility="gone"
 | |
|         >
 | |
| 
 | |
|         <TextView
 | |
|             android:layout_width="wrap_content"
 | |
|             android:layout_height="30dp"
 | |
|             android:layout_marginTop="5dp"
 | |
|             android:layout_weight="1"
 | |
|             android:gravity="center_horizontal"
 | |
|             android:text="更多"
 | |
|             android:textColor="#212121" />
 | |
| 
 | |
|     </LinearLayout>
 | |
| 
 | |
| 
 | |
| </LinearLayout>
 |