tv_item.xml
1.93 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
<?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_item0"
style="@style/TextView_Table_Right"
android:background="@drawable/edit_bg"
android:layout_width="120dp"
tools:text="列数-0"/>
<TextView
android:id="@+id/tv_table_content_right_item2"
style="@style/TextView_Table_Right"
android:background="@drawable/edit_bg"
android:layout_width="190dp"
tools:text="列数-1"/>
<TextView
android:id="@+id/tv_table_content_right_item3"
style="@style/TextView_Table_Right"
android:background="@drawable/edit_bg"
android:layout_width="190dp"
tools:text="列数-2"/>
<TextView
android:id="@+id/tv_table_content_right_item4"
style="@style/TextView_Table_Right"
android:background="@drawable/edit_bg"
android:layout_width="200dp"
tools:text="列数-3"/>
<TextView
android:id="@+id/tv_table_content_right_item5"
style="@style/TextView_Table_Right"
android:background="@drawable/edit_bg"
android:layout_width="200dp"
tools:text="列数-3"/>
<TextView
android:id="@+id/tv_table_content_right_item6"
style="@style/TextView_Table_Right"
android:background="@drawable/edit_bg"
android:layout_width="130dp"
tools:text="列数-3"/>
<TextView
android:id="@+id/tv_table_content_right_item1"
style="@style/TextView_Table_Right"
android:background="@drawable/edit_bg"
android:layout_width="250dp"
tools:text="列数-1"/>
</LinearLayout>