|
@@ -58,11 +58,11 @@
|
58
|
58
|
android:id="@+id/dai_name"
|
59
|
59
|
android:layout_width="wrap_content"
|
60
|
60
|
android:layout_height="wrap_content"
|
61
|
|
- android:text="秒贝"
|
62
|
61
|
android:textColor="#333333"
|
63
|
62
|
android:textSize="16px"
|
64
|
63
|
android:maxLines="1"
|
65
|
64
|
android:ellipsize="end"
|
|
65
|
+ android:textStyle="bold"
|
66
|
66
|
/>
|
67
|
67
|
<TextView
|
68
|
68
|
android:id="@+id/dai_shao"
|
|
@@ -139,11 +139,6 @@
|
139
|
139
|
android:layout_marginTop="6px"
|
140
|
140
|
/>
|
141
|
141
|
</LinearLayout>
|
142
|
|
- <View
|
143
|
|
- android:layout_width="1px"
|
144
|
|
- android:layout_height="50px"
|
145
|
|
- android:background="#F2F2F2"
|
146
|
|
- />
|
147
|
142
|
<LinearLayout
|
148
|
143
|
android:layout_width="0dp"
|
149
|
144
|
android:layout_height="match_parent"
|
|
@@ -168,11 +163,7 @@
|
168
|
163
|
android:layout_marginTop="6px"
|
169
|
164
|
/>
|
170
|
165
|
</LinearLayout>
|
171
|
|
- <View
|
172
|
|
- android:layout_width="1px"
|
173
|
|
- android:layout_height="50px"
|
174
|
|
- android:background="#F2F2F2"
|
175
|
|
- />
|
|
166
|
+
|
176
|
167
|
<LinearLayout
|
177
|
168
|
android:layout_width="0dp"
|
178
|
169
|
android:layout_height="match_parent"
|