item_gong_lue.xml
1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="10dp"
android:background="@drawable/wancms_gift_bg"
android:orientation="vertical">
<TextView
android:id="@+id/item_gonglue_time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#434343"
android:textSize="12dp" />
<ImageView
android:id="@+id/item_gonglue_img"
android:layout_width="match_parent"
android:layout_height="100dp"
android:scaleType="fitXY"
android:layout_marginTop="5dp"
android:layout_below="@id/item_gonglue_time"/>
<TextView
android:layout_marginTop="5dp"
android:id="@+id/item_gonglue_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/item_gonglue_img"
android:background="@drawable/wancms_green_bg"
android:gravity="center"
android:paddingLeft="3dp"
android:paddingTop="2dp"
android:paddingRight="3dp"
android:paddingBottom="2dp"
android:text="攻略"
android:textColor="#ffffff"
android:textSize="12dp" />
<TextView
android:layout_marginTop="5dp"
android:id="@+id/item_gonglue"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="end"
android:layout_below="@id/item_gonglue_img"
android:maxLines="1"
android:layout_marginLeft="10dp"
android:layout_toRightOf="@id/item_gonglue_text"
android:textColor="#000000"
android:textSize="16dp" />
</RelativeLayout>