194 lines
		
	
	
		
			5.2 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			194 lines
		
	
	
		
			5.2 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="80dp"
 | |
| android:orientation="horizontal"
 | |
|     android:visibility="gone"
 | |
| android:gravity="center">
 | |
|     <LinearLayout
 | |
|         android:id="@+id/llTuijian2"
 | |
|         android:orientation="horizontal"
 | |
|         android:layout_width="match_parent"
 | |
|         android:layout_height="wrap_content"
 | |
| 
 | |
|         android:gravity="center"
 | |
|         android:background="@drawable/item_selector"
 | |
| 
 | |
|         android:layout_weight="1">
 | |
| 
 | |
|         <Button
 | |
|             android:id="@+id/buttonCateTuijian"
 | |
|             style="@style/buttonCates"
 | |
|             android:drawableTop="@drawable/googleg_standard_color_18"
 | |
|             android:text="推荐"
 | |
|             />
 | |
|         <Button
 | |
|             android:id="@+id/buttonCateShoucang"
 | |
|             style="@style/buttonCates"
 | |
|             android:drawableTop="@drawable/googleg_standard_color_18"
 | |
|             android:text="收藏"
 | |
|             />
 | |
|         <Button
 | |
|             android:id="@+id/buttonCatePingfen"
 | |
|             style="@style/buttonCates"
 | |
|             android:drawableTop="@drawable/googleg_standard_color_18"
 | |
|             android:text="评分"
 | |
|             />
 | |
|         <Button
 | |
|             android:id="@+id/buttonCateWanjie"
 | |
|             style="@style/buttonCates"
 | |
|             android:drawableTop="@drawable/googleg_standard_color_18"
 | |
|             android:text="完结"
 | |
|             />
 | |
|         <Button
 | |
|             android:id="@+id/buttonCateRegeng"
 | |
|             style="@style/buttonCates"
 | |
|             android:drawableTop="@drawable/googleg_standard_color_18"
 | |
|             android:text="热更"
 | |
|             />
 | |
| 
 | |
| 
 | |
| 
 | |
|     </LinearLayout>
 | |
| <!--
 | |
| <LinearLayout
 | |
|     android:id="@+id/llTuijian"
 | |
|     android:orientation="vertical"
 | |
|     android:layout_width="60dp"
 | |
|     android:layout_height="70dp"
 | |
| 
 | |
|     android:gravity="center"
 | |
|     android:background="@drawable/item_selector"
 | |
|     android:clickable="true"
 | |
|     android:layout_weight="1">
 | |
|     <ImageView
 | |
| 
 | |
|         android:layout_width="wrap_content"
 | |
|         android:layout_height="wrap_content"
 | |
|         android:layout_weight="1"
 | |
|         android:gravity="center"
 | |
|         android:src="@drawable/googleg_standard_color_18" />
 | |
| 
 | |
|     <TextView
 | |
|         android:layout_width="wrap_content"
 | |
|         android:layout_height="30dp"
 | |
| 
 | |
|         android:gravity="center"
 | |
|         android:text="推荐"
 | |
| 
 | |
|         android:textColor="#212121" />
 | |
| 
 | |
| </LinearLayout>.
 | |
| <LinearLayout
 | |
|     android:orientation="vertical"
 | |
|     android:layout_width="60dp"
 | |
|     android:layout_height="70dp"
 | |
| 
 | |
|     android:gravity="center"
 | |
|     android:background="@drawable/item_selector"
 | |
|     android:clickable="true"
 | |
|     android:layout_weight="1">
 | |
|     <ImageView
 | |
| 
 | |
|         android:layout_width="wrap_content"
 | |
|         android:layout_height="wrap_content"
 | |
|         android:layout_weight="1"
 | |
|         android:gravity="center"
 | |
|         android:src="@drawable/googleg_standard_color_18" />
 | |
| 
 | |
|     <TextView
 | |
|         android:layout_width="wrap_content"
 | |
|         android:layout_height="30dp"
 | |
| 
 | |
|         android:gravity="center"
 | |
|         android:text="收藏"
 | |
| 
 | |
|         android:textColor="#212121" />
 | |
| 
 | |
| </LinearLayout>.
 | |
| <LinearLayout
 | |
|     android:orientation="vertical"
 | |
|     android:layout_width="60dp"
 | |
|     android:layout_height="70dp"
 | |
|     android:gravity="center"
 | |
| 
 | |
|     android:background="@drawable/item_selector"
 | |
|     android:clickable="true"
 | |
|     android:layout_weight="1">
 | |
|     <ImageView
 | |
| 
 | |
|         android:layout_width="wrap_content"
 | |
|         android:layout_height="wrap_content"
 | |
|         android:layout_weight="1"
 | |
|         android:gravity="center"
 | |
|         android:src="@drawable/googleg_standard_color_18" />
 | |
| 
 | |
|     <TextView
 | |
|         android:layout_width="wrap_content"
 | |
|         android:layout_height="30dp"
 | |
| 
 | |
|         android:gravity="center"
 | |
|         android:text="评分"
 | |
| 
 | |
|         android:textColor="#212121" />
 | |
| 
 | |
| </LinearLayout>.
 | |
| <LinearLayout
 | |
|     android:orientation="vertical"
 | |
|     android:layout_width="60dp"
 | |
|     android:layout_height="70dp"
 | |
|     android:gravity="center"
 | |
| 
 | |
|     android:background="@drawable/item_selector"
 | |
|     android:clickable="true"
 | |
|     android:layout_weight="1">
 | |
|     <ImageView
 | |
| 
 | |
|         android:layout_width="wrap_content"
 | |
|         android:layout_height="wrap_content"
 | |
|         android:layout_weight="1"
 | |
|         android:gravity="center"
 | |
|         android:src="@drawable/googleg_standard_color_18" />
 | |
| 
 | |
|     <TextView
 | |
|         android:layout_width="wrap_content"
 | |
|         android:layout_height="30dp"
 | |
| 
 | |
|         android:gravity="center"
 | |
|         android:text="完结"
 | |
| 
 | |
|         android:textColor="#212121" />
 | |
| 
 | |
| </LinearLayout>.
 | |
| 
 | |
| <LinearLayout
 | |
|     android:orientation="vertical"
 | |
|     android:layout_width="60dp"
 | |
|     android:layout_height="70dp"
 | |
|     android:gravity="center"
 | |
| 
 | |
|     android:background="@drawable/item_selector"
 | |
|     android:clickable="true"
 | |
|     android:layout_weight="1">
 | |
|     <ImageView
 | |
| 
 | |
|         android:layout_width="wrap_content"
 | |
|         android:layout_height="wrap_content"
 | |
|         android:layout_weight="1"
 | |
|         android:gravity="center"
 | |
|         android:src="@drawable/googleg_standard_color_18" />
 | |
| 
 | |
|     <TextView
 | |
|         android:layout_width="wrap_content"
 | |
|         android:layout_height="30dp"
 | |
| 
 | |
|         android:gravity="center"
 | |
|         android:text="热更"
 | |
| 
 | |
|         android:textColor="#212121" />
 | |
| 
 | |
| </LinearLayout>.
 | |
| -->
 | |
| </LinearLayout>
 |