Commit e02ba35f7e50509fe00c4f51eb008b3518feae83

Authored by 杨帅
2 parents 699f447d 0a92a0d0

Merge remote-tracking branch 'origin/master'

moudle_pedometer/src/main/res/drawable-hdpi/sport_location.png

637 Bytes | W: | H:

758 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
moudle_pedometer/src/main/res/drawable-hdpi/sport_time.png

661 Bytes | W: | H:

773 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
moudle_pedometer/src/main/res/drawable-xhdpi/sport_location.png

737 Bytes | W: | H:

793 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
moudle_pedometer/src/main/res/drawable-xhdpi/sport_time.png

782 Bytes | W: | H:

777 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
moudle_pedometer/src/main/res/drawable-xxhdpi/sport_location.png

1.2 KB | W: | H:

1.39 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
moudle_pedometer/src/main/res/drawable-xxhdpi/sport_time.png

1.32 KB | W: | H:

1.51 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
moudle_pedometer/src/main/res/layout/item_my_record.xml
... ... @@ -13,15 +13,14 @@
13 13 android:id="@+id/has_report"
14 14 android:layout_width="wrap_content"
15 15 android:layout_height="wrap_content"
16   - android:src="@drawable/yplx_registered"
17 16 android:layout_alignParentRight="true"
18   - />
  17 + android:src="@drawable/yplx_registered" />
19 18  
20 19 <LinearLayout
21 20 android:layout_width="match_parent"
22 21 android:layout_height="wrap_content"
23   - android:padding="10dp"
24   - android:orientation="vertical">
  22 + android:orientation="vertical"
  23 + android:padding="10dp">
25 24  
26 25 <TextView
27 26 android:id="@+id/line_name"
... ... @@ -91,11 +90,22 @@
91 90 FivePersonIconView:showRightFlag="false" />
92 91  
93 92 <TextView
  93 + android:id="@+id/people_part"
94 94 android:layout_width="wrap_content"
95 95 android:layout_height="wrap_content"
96 96 android:layout_gravity="center"
97 97 android:layout_marginLeft="10dp"
98   - android:text="123人参与" />
  98 + android:text="@string/_123"
  99 + android:textColor="#333333"
  100 + android:textSize="15sp" />
  101 +
  102 + <TextView
  103 + android:layout_width="wrap_content"
  104 + android:layout_height="wrap_content"
  105 + android:layout_gravity="center"
  106 + android:text="@string/has_part"
  107 + android:textColor="#333333"
  108 + android:textSize="12sp" />
99 109  
100 110 </LinearLayout>
101 111  
... ...
moudle_pedometer/src/main/res/values/strings.xml
... ... @@ -50,5 +50,7 @@
50 50 <string name="beijing">北京</string>
51 51 <string name="goline">约跑线路</string>
52 52 <string name="myactivity">我的活动</string>
  53 + <string name="_123">123</string>
  54 + <string name="has_part">人已参与</string>
53 55 <!---->
54 56 </resources>
... ...