Blame view

res/layout/group_list_item2.xml 4.39 KB
3c2353cd   杜方   1、畅游通核销app源码提交;
1
2
3
4
5
  <?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="wrap_content"
      android:background="#ffffff"
2707d233   杜方   1、畅游通核销app;修改扫二维码...
6
7
      android:orientation="vertical">
  
3c2353cd   杜方   1、畅游通核销app源码提交;
8
9
10
11
12
13
14
15
16
17
      <View
          android:id="@+id/line"
          android:layout_width="fill_parent"
          android:layout_height="18dp"
          android:background="#66333333" />
  
      <RelativeLayout
          android:layout_width="wrap_content"
          android:layout_height="wrap_content"
          android:layout_marginLeft="10dp"
2707d233   杜方   1、畅游通核销app;修改扫二维码...
18
          android:layout_marginTop="10dp">
3c2353cd   杜方   1、畅游通核销app源码提交;
19
20
21
22
23
24
25
26
27
28
29
30
31
32
  
          <TextView
              android:id="@+id/order_name"
              android:layout_width="wrap_content"
              android:layout_height="wrap_content"
              android:layout_marginLeft="10dp"
              android:text="@string/order_number"
              android:textColor="#ff9900"
              android:textSize="19sp" />
  
          <TextView
              android:id="@+id/dd_id"
              android:layout_width="wrap_content"
              android:layout_height="wrap_content"
3c2353cd   杜方   1、畅游通核销app源码提交;
33
              android:layout_marginLeft="5dp"
2707d233   杜方   1、畅游通核销app;修改扫二维码...
34
              android:layout_toRightOf="@id/order_name"
3c2353cd   杜方   1、畅游通核销app源码提交;
35
              android:text=""
2707d233   杜方   1、畅游通核销app;修改扫二维码...
36
              android:textColor="#ff9900"
3c2353cd   杜方   1、畅游通核销app源码提交;
37
38
              android:textSize="18sp" />
  
2707d233   杜方   1、畅游通核销app;修改扫二维码...
39
40
41
42
43
44
45
46
47
48
          <TextView
              android:id="@+id/style_item"
              android:layout_width="wrap_content"
              android:layout_height="wrap_content"
              android:layout_below="@id/order_name"
              android:layout_marginLeft="10dp"
              android:layout_marginTop="10dp"
              android:text=""
              android:textColor="#ff9900"
              android:textSize="20sp" />
3c2353cd   杜方   1、畅游通核销app源码提交;
49
50
51
52
53
54
  
  
          <TextView
              android:id="@+id/totalNum"
              android:layout_width="wrap_content"
              android:layout_height="wrap_content"
3c2353cd   杜方   1、畅游通核销app源码提交;
55
              android:layout_below="@id/order_name"
2707d233   杜方   1、畅游通核销app;修改扫二维码...
56
              android:layout_alignParentRight="true"
3c2353cd   杜方   1、畅游通核销app源码提交;
57
58
              android:layout_marginTop="10dp"
              android:layout_marginRight="20dp"
3c2353cd   杜方   1、畅游通核销app源码提交;
59
              android:text=""
2707d233   杜方   1、畅游通核销app;修改扫二维码...
60
61
              android:textColor="#333333"
              android:textSize="20sp" />
3c2353cd   杜方   1、畅游通核销app源码提交;
62
63
64
65
66
67
  
          <TextView
              android:id="@+id/time_item"
              android:layout_width="wrap_content"
              android:layout_height="wrap_content"
              android:layout_below="@id/totalNum"
3c2353cd   杜方   1、畅游通核销app源码提交;
68
              android:layout_marginLeft="10dp"
2707d233   杜方   1、畅游通核销app;修改扫二维码...
69
70
              android:layout_marginTop="10dp"
              android:text=" |"
3c2353cd   杜方   1、畅游通核销app源码提交;
71
              android:textColor="#333333"
2707d233   杜方   1、畅游通核销app;修改扫二维码...
72
              android:textSize="18sp" />
3c2353cd   杜方   1、畅游通核销app源码提交;
73
74
75
76
77
  
          <TextView
              android:id="@+id/id_number"
              android:layout_width="wrap_content"
              android:layout_height="wrap_content"
3c2353cd   杜方   1、畅游通核销app源码提交;
78
              android:layout_below="@id/totalNum"
2707d233   杜方   1、畅游通核销app;修改扫二维码...
79
80
              android:layout_marginLeft="5dp"
              android:layout_marginTop="10dp"
3c2353cd   杜方   1、畅游通核销app源码提交;
81
              android:layout_toRightOf="@id/time_item"
2707d233   杜方   1、畅游通核销app;修改扫二维码...
82
              android:text=""
3c2353cd   杜方   1、畅游通核销app源码提交;
83
              android:textColor="#333333"
2707d233   杜方   1、畅游通核销app;修改扫二维码...
84
              android:textSize="18sp" />
3c2353cd   杜方   1、畅游通核销app源码提交;
85
86
87
88
89
90
91
92
  
  
      </RelativeLayout>
  
  
      <LinearLayout
          android:layout_width="match_parent"
          android:layout_height="wrap_content"
2707d233   杜方   1、畅游通核销app;修改扫二维码...
93
          android:layout_centerHorizontal="true"
3c2353cd   杜方   1、畅游通核销app源码提交;
94
          android:layout_marginLeft="20dp"
3c2353cd   杜方   1、畅游通核销app源码提交;
95
          android:layout_marginTop="10dp"
2707d233   杜方   1、畅游通核销app;修改扫二维码...
96
          android:layout_marginRight="20dp"
3c2353cd   杜方   1、畅游通核销app源码提交;
97
          android:gravity="center"
2707d233   杜方   1、畅游通核销app;修改扫二维码...
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
          android:orientation="horizontal">
  
          <Button
              android:id="@+id/ticketPrint"
              android:layout_width="wrap_content"
              android:layout_height="wrap_content"
              android:background="@drawable/btn_all_shape"
              android:paddingLeft="40dp"
              android:paddingTop="10dp"
              android:paddingRight="40dp"
              android:paddingBottom="10dp"
              android:text="@string/print"
              android:textColor="#ffffff"
              android:textSize="22sp" />
  
          <Button
              android:id="@+id/part"
              android:layout_width="wrap_content"
              android:layout_height="wrap_content"
              android:layout_marginLeft="20dp"
              android:background="@drawable/btn_part_shape"
              android:paddingLeft="40dp"
              android:paddingTop="10dp"
              android:paddingRight="40dp"
              android:paddingBottom="10dp"
              android:text="@string/part_print"
              android:textColor="#ffffff"
              android:textSize="22sp"
              android:visibility="gone"/>
3c2353cd   杜方   1、畅游通核销app源码提交;
127
128
129
130
      </LinearLayout>
  
  
  </LinearLayout>