瀏覽代碼

1.18ui修改

小狼 5 年之前
父節點
當前提交
2ecffe5a1c
共有 2 個文件被更改,包括 3 次插入11 次删除
  1. 1 0
      app/src/main/res/layout/activity_my_collect.xml
  2. 2 11
      app/src/main/res/layout/daiadapter_layout.xml

+ 1 - 0
app/src/main/res/layout/activity_my_collect.xml

@@ -62,6 +62,7 @@
62 62
             android:text="编辑"
63 63
             android:textColor="#000000"
64 64
             android:textSize="14sp"
65
+            android:textStyle="bold"
65 66
             />
66 67
 
67 68
     </android.support.v7.widget.Toolbar>

+ 2 - 11
app/src/main/res/layout/daiadapter_layout.xml

@@ -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"