Commit 699f447d72eb93a3620e196c70e27c9e4c4ab231

Authored by 杨帅
1 parent 9ae0c45a

1.;跑步结束页面

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 41 android:layout_width="match_parent"
42 42 android:layout_height="wrap_content"
43 43 android:layout_marginLeft="10dp"
44   - android:layout_marginTop="10dp">
  44 + android:layout_marginTop="10dp"
  45 + android:gravity="center_vertical">
45 46  
46 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 52 <TextView
52 53 android:layout_width="wrap_content"
... ... @@ -311,12 +312,13 @@
311 312 android:layout_width="match_parent"
312 313 android:layout_height="wrap_content"
313 314 android:layout_marginLeft="10dp"
314   - android:layout_marginTop="10dp">
  315 + android:layout_marginTop="10dp"
  316 + android:gravity="center_vertical">
315 317  
316 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 323 <TextView
322 324 android:layout_width="wrap_content"
... ...