|
3 | 3 | xmlns:app="http://schemas.android.com/apk/res-auto"
|
4 | 4 | android:layout_width="match_parent"
|
5 | 5 | android:layout_height="match_parent"
|
6 |
| - android:background="#29292f" |
| 6 | + android:background="#333338" |
7 | 7 | android:orientation="vertical">
|
8 | 8 | <!--最外层layout-->
|
9 | 9 | <LinearLayout
|
| 10 | + android:layout_marginTop="@dimen/y63" |
| 11 | + android:id="@+id/my_fragment" |
10 | 12 | android:layout_width="match_parent"
|
11 | 13 | android:layout_height="wrap_content"
|
12 | 14 | android:orientation="vertical">
|
|
67 | 69 |
|
68 | 70 | </RelativeLayout>
|
69 | 71 |
|
| 72 | + <View |
| 73 | + android:layout_width="match_parent" |
| 74 | + android:layout_height="@dimen/y6" |
| 75 | + android:background="#29292f" /> |
| 76 | + |
70 | 77 | <!--第二栏-->
|
71 | 78 | <RelativeLayout
|
72 | 79 | android:layout_width="match_parent"
|
73 | 80 | android:layout_height="@dimen/y294"
|
74 |
| - android:layout_marginTop="@dimen/y6" |
75 | 81 | android:background="#333338">
|
76 | 82 |
|
77 | 83 | <!--累计里程-->
|
|
163 | 169 | android:src="@drawable/ic_settings" />
|
164 | 170 | </RelativeLayout>
|
165 | 171 |
|
| 172 | + <View |
| 173 | + android:layout_width="match_parent" |
| 174 | + android:layout_height="@dimen/y6" |
| 175 | + android:background="#29292f" /> |
| 176 | + |
166 | 177 | <!--通知滚动条-->
|
167 | 178 | <LinearLayout
|
168 | 179 | android:layout_width="match_parent"
|
169 | 180 | android:layout_height="@dimen/y200"
|
170 |
| - android:layout_marginTop="@dimen/y6" |
171 | 181 | android:background="#333338">
|
172 | 182 |
|
173 | 183 | <com.xiaosu.view.text.VerticalRollingTextView
|
|
185 | 195 | app:animInterval="3000" />
|
186 | 196 | </LinearLayout>
|
187 | 197 |
|
| 198 | + <View |
| 199 | + android:layout_width="match_parent" |
| 200 | + android:layout_height="@dimen/y50" |
| 201 | + android:background="#29292f" /> |
| 202 | + |
188 | 203 | <!--九宫格第一栏-->
|
189 | 204 | <LinearLayout
|
190 | 205 | android:layout_width="match_parent"
|
191 | 206 | android:layout_height="@dimen/y370"
|
192 |
| - android:layout_marginTop="@dimen/y50" |
193 | 207 | android:gravity="center"
|
194 | 208 | android:background="#333338"
|
195 | 209 | android:orientation="horizontal">
|
|
289 | 303 |
|
290 | 304 | </LinearLayout>
|
291 | 305 |
|
| 306 | + <View |
| 307 | + android:layout_width="match_parent" |
| 308 | + android:layout_height="@dimen/x3" |
| 309 | + android:background="#29292f" /> |
292 | 310 |
|
293 | 311 | <!--九宫格第二栏-->
|
294 | 312 | <LinearLayout
|
|
390 | 408 | </LinearLayout>
|
391 | 409 | </LinearLayout>
|
392 | 410 |
|
| 411 | + <View |
| 412 | + android:layout_width="match_parent" |
| 413 | + android:layout_height="@dimen/x3" |
| 414 | + android:background="#29292f" /> |
| 415 | + |
393 | 416 | <!--九宫格第三栏-->
|
394 | 417 | <LinearLayout
|
395 | 418 | android:layout_width="match_parent"
|
|
0 commit comments