call_right_item.xml
3.3 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#ffffff"
android:gravity="center"
android:orientation="horizontal"
>
<TextView
android:id="@+id/tv_table_content_right_item1"
style="@style/TextView_Table_Right"
tools:text="列数-1"/>
<TextView
android:id="@+id/tv_table_content_right_item2"
style="@style/TextView_Table_Right"
android:layout_width="100dp"
tools:text="列数-2"/>
<TextView
android:id="@+id/tv_table_content_right_item3"
style="@style/TextView_Table_Right"
android:layout_width="@dimen/timeWidth"
tools:text="列数-3"/>
<TextView
android:id="@+id/tv_table_content_right_item4"
style="@style/TextView_Table_Right"
tools:text="列数-4"/>
<TextView
android:id="@+id/tv_table_content_right_item5"
style="@style/TextView_Table_Right"
tools:text="列数-4"/>
<TextView
android:id="@+id/tv_table_content_right_item7"
style="@style/TextView_Table_Right"
android:layout_width="180dp"
tools:text="列数-6"/>
<TextView
android:id="@+id/tv_table_content_right_item8"
style="@style/TextView_Table_Right"
tools:text="列数-7"/>
<TextView
android:id="@+id/tv_table_content_right_item12"
style="@style/TextView_Table_Right"
android:layout_width="100dp"
tools:text="列数-10"/>
<TextView
android:id="@+id/tv_table_content_right_item13"
style="@style/TextView_Table_Right"
tools:text="列数-11"/>
<TextView
android:id="@+id/tv_table_content_right_item11"
style="@style/TextView_Table_Right"
android:layout_width="100dp"
tools:text="列数-9"/>
<TextView
android:id="@+id/tv_table_content_right_item14"
style="@style/TextView_Table_Right"
android:layout_width="80dp"
tools:text="列数-12"/>
<View
android:layout_width="1dp"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/tv_table_content_right_item15"
style="@style/TextView_Table_Right"
android:layout_width="139dp"
tools:text="列数-13"/>
<TextView
android:id="@+id/tv_table_content_right_item17"
style="@style/TextView_Table_Right"
tools:text="列数-14"/>
<TextView
android:id="@+id/tv_table_content_right_item18"
style="@style/TextView_Table_Right"
tools:text="列数-14"/>
<TextView
android:id="@+id/tv_table_content_right_item19"
style="@style/TextView_Table_Right"
tools:text="列数-14"/>
<TextView
android:id="@+id/tv_table_content_right_item6"
style="@style/TextView_Table_Right"
tools:text="列数-5"/>
<TextView
android:id="@+id/tv_table_content_right_item9"
style="@style/TextView_Table_Right"
tools:text="列数-8"/>
<TextView
android:id="@+id/tv_table_content_right_item10"
style="@style/TextView_Table_Right"
tools:text="列数-8"/>
</LinearLayout>