Commit 304ac9a77282ecf38cb27163046c1e9cc4d03a27
1 parent
ac37058e
重新上传页面修改
Showing
2 changed files
with
9 additions
and
8 deletions
moudle_pedometer/src/main/res/layout/fragment_self_record.xml
| ... | ... | @@ -45,7 +45,7 @@ |
| 45 | 45 | android:id="@+id/ry_record" |
| 46 | 46 | android:layout_width="match_parent" |
| 47 | 47 | android:layout_height="wrap_content" |
| 48 | - android:layout_marginTop="-15dp" | |
| 48 | + android:layout_marginTop="-10dp" | |
| 49 | 49 | android:background="@drawable/wdjl_backgroud" |
| 50 | 50 | android:padding="25dp"> |
| 51 | 51 | |
| ... | ... | @@ -78,6 +78,7 @@ |
| 78 | 78 | android:id="@+id/ry_finish" |
| 79 | 79 | android:layout_width="match_parent" |
| 80 | 80 | android:layout_height="wrap_content" |
| 81 | + android:layout_marginTop="5dp" | |
| 81 | 82 | android:layout_below="@id/kilometer_num"> |
| 82 | 83 | <!----> |
| 83 | 84 | <LinearLayout |
| ... | ... | @@ -257,7 +258,7 @@ |
| 257 | 258 | android:layout_height="wrap_content" |
| 258 | 259 | android:text="@string/has_take_part_line" |
| 259 | 260 | android:textColor="#333333" |
| 260 | - android:textSize="18sp" /> | |
| 261 | + android:textSize="15sp" /> | |
| 261 | 262 | |
| 262 | 263 | <LinearLayout |
| 263 | 264 | android:layout_width="wrap_content" | ... | ... |
moudle_pedometer/src/main/res/layout/line_up__item_view.xml
| ... | ... | @@ -8,11 +8,11 @@ |
| 8 | 8 | android:id="@+id/ry_re" |
| 9 | 9 | android:layout_width="match_parent" |
| 10 | 10 | android:layout_height="wrap_content" |
| 11 | - android:background="@color/white" | |
| 12 | - android:layout_marginTop="10dp" | |
| 13 | - android:layout_marginLeft="10dp" | |
| 14 | - android:layout_marginRight="10dp" | |
| 15 | - android:padding="10dp"> | |
| 11 | + android:background="@drawable/background" | |
| 12 | + android:layout_marginTop="5dp" | |
| 13 | + android:layout_marginLeft="5dp" | |
| 14 | + android:layout_marginRight="5dp" | |
| 15 | + android:padding="15dp"> | |
| 16 | 16 | |
| 17 | 17 | <TextView |
| 18 | 18 | android:id="@+id/up_day" |
| ... | ... | @@ -145,7 +145,7 @@ |
| 145 | 145 | android:layout_alignParentRight="true" |
| 146 | 146 | android:layout_below="@id/view" |
| 147 | 147 | android:layout_marginTop="10dp" |
| 148 | - android:layout_marginRight="10dp" | |
| 148 | + android:layout_marginRight="5dp" | |
| 149 | 149 | android:background="@drawable/green_raduis_bg" |
| 150 | 150 | android:text="@string/again_up" |
| 151 | 151 | android:textColor="#36C28D" | ... | ... |