148 lines
5.2 KiB
Plaintext
148 lines
5.2 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:orientation="vertical"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:padding="3dp"
|
||
|
>
|
||
|
|
||
|
<!-- list with desc -->
|
||
|
|
||
|
<LinearLayout
|
||
|
android:orientation="horizontal"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="120dp"
|
||
|
android:gravity="center"
|
||
|
android:background="@drawable/item_selector"
|
||
|
android:clickable="true"
|
||
|
|
||
|
android:layout_weight="1">
|
||
|
<ImageView
|
||
|
android:layout_margin="10dp"
|
||
|
android:layout_width="100dp"
|
||
|
android:layout_height="100dp"
|
||
|
android:layout_weight="0"
|
||
|
android:gravity="left"
|
||
|
android:src="@drawable/googleg_standard_color_18" />
|
||
|
<LinearLayout
|
||
|
android:orientation="vertical"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:gravity="center"
|
||
|
android:layout_weight="1">
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="30dp"
|
||
|
android:layout_gravity="left"
|
||
|
android:text="射雕英雄传"
|
||
|
android:textColor="#212121" />
|
||
|
<TextView
|
||
|
android:layout_marginTop="5dp"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:gravity="center"
|
||
|
android:textSize="10sp"
|
||
|
android:text="从北宋到南宋到金国到蒙古国,一端荡气回肠的英雄故事,颂扬了爱国主义武侠精神,赞扬了人们对美好爱情的追求。。。"
|
||
|
android:textColor="@color/common_google_signin_btn_text_light" />
|
||
|
<LinearLayout
|
||
|
android:layout_marginTop="5dp"
|
||
|
android:orientation="horizontal"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
>
|
||
|
<TextView
|
||
|
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="金庸"
|
||
|
android:textColor="#212121" />
|
||
|
|
||
|
<TextView
|
||
|
android:layout_marginLeft="5dp"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="武侠小说"
|
||
|
android:textColor="@color/colorAccent" />
|
||
|
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>.
|
||
|
|
||
|
|
||
|
</LinearLayout>.
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<LinearLayout
|
||
|
android:orientation="horizontal"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="120dp"
|
||
|
android:gravity="center"
|
||
|
android:background="@drawable/item_selector"
|
||
|
android:clickable="true"
|
||
|
android:layout_weight="1">
|
||
|
<ImageView
|
||
|
android:layout_margin="10dp"
|
||
|
android:layout_width="100dp"
|
||
|
android:layout_height="100dp"
|
||
|
android:layout_weight="0"
|
||
|
android:gravity="left"
|
||
|
android:src="@drawable/googleg_standard_color_18" />
|
||
|
<LinearLayout
|
||
|
android:orientation="vertical"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:gravity="center"
|
||
|
android:layout_weight="1">
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="30dp"
|
||
|
android:layout_gravity="left"
|
||
|
android:text="射雕英雄传"
|
||
|
android:textColor="#212121" />
|
||
|
<TextView
|
||
|
android:layout_marginTop="5dp"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:gravity="center"
|
||
|
android:textSize="10sp"
|
||
|
android:text="从北宋到南宋到金国到蒙古国,一端荡气回肠的英雄故事,颂扬了爱国主义武侠精神,赞扬了人们对美好爱情的追求。。。"
|
||
|
android:textColor="@color/common_google_signin_btn_text_light" />
|
||
|
<LinearLayout
|
||
|
android:layout_marginTop="5dp"
|
||
|
android:orientation="horizontal"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
>
|
||
|
<TextView
|
||
|
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="金庸"
|
||
|
android:textColor="#212121" />
|
||
|
|
||
|
<TextView
|
||
|
android:layout_marginLeft="5dp"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="武侠小说"
|
||
|
android:textColor="@color/colorAccent" />
|
||
|
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>.
|
||
|
</LinearLayout>.
|
||
|
|
||
|
|
||
|
<!-- list view simple -->
|
||
|
|
||
|
|
||
|
<include layout="@layout/fragment_jingxuan_tuijian"/>
|
||
|
|
||
|
<include layout="@layout/fragment_jingxuan_tuijian"/>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</LinearLayout>
|