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,7 +45,7 @@ | ||
| 45 | android:id="@+id/ry_record" | 45 | android:id="@+id/ry_record" |
| 46 | android:layout_width="match_parent" | 46 | android:layout_width="match_parent" |
| 47 | android:layout_height="wrap_content" | 47 | android:layout_height="wrap_content" |
| 48 | - android:layout_marginTop="-15dp" | 48 | + android:layout_marginTop="-10dp" |
| 49 | android:background="@drawable/wdjl_backgroud" | 49 | android:background="@drawable/wdjl_backgroud" |
| 50 | android:padding="25dp"> | 50 | android:padding="25dp"> |
| 51 | 51 | ||
| @@ -78,6 +78,7 @@ | @@ -78,6 +78,7 @@ | ||
| 78 | android:id="@+id/ry_finish" | 78 | android:id="@+id/ry_finish" |
| 79 | android:layout_width="match_parent" | 79 | android:layout_width="match_parent" |
| 80 | android:layout_height="wrap_content" | 80 | android:layout_height="wrap_content" |
| 81 | + android:layout_marginTop="5dp" | ||
| 81 | android:layout_below="@id/kilometer_num"> | 82 | android:layout_below="@id/kilometer_num"> |
| 82 | <!----> | 83 | <!----> |
| 83 | <LinearLayout | 84 | <LinearLayout |
| @@ -257,7 +258,7 @@ | @@ -257,7 +258,7 @@ | ||
| 257 | android:layout_height="wrap_content" | 258 | android:layout_height="wrap_content" |
| 258 | android:text="@string/has_take_part_line" | 259 | android:text="@string/has_take_part_line" |
| 259 | android:textColor="#333333" | 260 | android:textColor="#333333" |
| 260 | - android:textSize="18sp" /> | 261 | + android:textSize="15sp" /> |
| 261 | 262 | ||
| 262 | <LinearLayout | 263 | <LinearLayout |
| 263 | android:layout_width="wrap_content" | 264 | android:layout_width="wrap_content" |
moudle_pedometer/src/main/res/layout/line_up__item_view.xml
| @@ -8,11 +8,11 @@ | @@ -8,11 +8,11 @@ | ||
| 8 | android:id="@+id/ry_re" | 8 | android:id="@+id/ry_re" |
| 9 | android:layout_width="match_parent" | 9 | android:layout_width="match_parent" |
| 10 | android:layout_height="wrap_content" | 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 | <TextView | 17 | <TextView |
| 18 | android:id="@+id/up_day" | 18 | android:id="@+id/up_day" |
| @@ -145,7 +145,7 @@ | @@ -145,7 +145,7 @@ | ||
| 145 | android:layout_alignParentRight="true" | 145 | android:layout_alignParentRight="true" |
| 146 | android:layout_below="@id/view" | 146 | android:layout_below="@id/view" |
| 147 | android:layout_marginTop="10dp" | 147 | android:layout_marginTop="10dp" |
| 148 | - android:layout_marginRight="10dp" | 148 | + android:layout_marginRight="5dp" |
| 149 | android:background="@drawable/green_raduis_bg" | 149 | android:background="@drawable/green_raduis_bg" |
| 150 | android:text="@string/again_up" | 150 | android:text="@string/again_up" |
| 151 | android:textColor="#36C28D" | 151 | android:textColor="#36C28D" |