Commit 699f447d72eb93a3620e196c70e27c9e4c4ab231
1 parent
9ae0c45a
1.;跑步结束页面
Showing
4 changed files
with
10 additions
and
8 deletions
moudle_pedometer/src/main/res/drawable-hdpi/sport_people.png
0 → 100644
903 Bytes
moudle_pedometer/src/main/res/drawable-xhdpi/sport_people.png
0 → 100644
1.01 KB
moudle_pedometer/src/main/res/drawable-xxhdpi/sport_people.png
0 → 100644
1.84 KB
moudle_pedometer/src/main/res/layout/layout_run_detail_street.xml
| @@ -41,12 +41,13 @@ | @@ -41,12 +41,13 @@ | ||
| 41 | android:layout_width="match_parent" | 41 | android:layout_width="match_parent" |
| 42 | android:layout_height="wrap_content" | 42 | android:layout_height="wrap_content" |
| 43 | android:layout_marginLeft="10dp" | 43 | android:layout_marginLeft="10dp" |
| 44 | - android:layout_marginTop="10dp"> | 44 | + android:layout_marginTop="10dp" |
| 45 | + android:gravity="center_vertical"> | ||
| 45 | 46 | ||
| 46 | <ImageView | 47 | <ImageView |
| 47 | - android:layout_width="20dp" | ||
| 48 | - android:layout_height="20dp" | ||
| 49 | - android:background="@drawable/icon_race_location_green" /> | 48 | + android:layout_width="10dp" |
| 49 | + android:layout_height="12dp" | ||
| 50 | + android:background="@drawable/sport_location" /> | ||
| 50 | 51 | ||
| 51 | <TextView | 52 | <TextView |
| 52 | android:layout_width="wrap_content" | 53 | android:layout_width="wrap_content" |
| @@ -311,12 +312,13 @@ | @@ -311,12 +312,13 @@ | ||
| 311 | android:layout_width="match_parent" | 312 | android:layout_width="match_parent" |
| 312 | android:layout_height="wrap_content" | 313 | android:layout_height="wrap_content" |
| 313 | android:layout_marginLeft="10dp" | 314 | android:layout_marginLeft="10dp" |
| 314 | - android:layout_marginTop="10dp"> | 315 | + android:layout_marginTop="10dp" |
| 316 | + android:gravity="center_vertical"> | ||
| 315 | 317 | ||
| 316 | <ImageView | 318 | <ImageView |
| 317 | - android:layout_width="20dp" | ||
| 318 | - android:layout_height="20dp" | ||
| 319 | - android:background="@drawable/icon_race_location_green" /> | 319 | + android:layout_width="14dp" |
| 320 | + android:layout_height="12dp" | ||
| 321 | + android:background="@drawable/sport_people" /> | ||
| 320 | 322 | ||
| 321 | <TextView | 323 | <TextView |
| 322 | android:layout_width="wrap_content" | 324 | android:layout_width="wrap_content" |