Commit 723140feece465ba8a2f1f11269e600252cb992b

Authored by 韩亚云
1 parent f1a3fdb3

赛事列表修改

config.gradle
@@ -21,7 +21,7 @@ ext { @@ -21,7 +21,7 @@ ext {
21 //编译方式 21 //编译方式
22 debug : false, 22 debug : false,
23 //版本号 23 //版本号
24 - version: "0.4.3", 24 + version: "0.4.5",
25 //Lib库前缀 25 //Lib库前缀
26 packeg : "com.cnlive.module", 26 packeg : "com.cnlive.module",
27 //Lib库名称 27 //Lib库名称
moudle_pedometer/src/main/java/com/cnlive/moudle/collectionTrace/ui/adapter/RaceNameListAdapter.java
@@ -58,7 +58,7 @@ public class RaceNameListAdapter extends RecyclerView.Adapter<RaceNameListAdapte @@ -58,7 +58,7 @@ public class RaceNameListAdapter extends RecyclerView.Adapter<RaceNameListAdapte
58 myViewHolder.record_time_day.setText(TimeUtil.getStampToTime(list.get(i).getCreateTime(),"yy/MM/dd")); 58 myViewHolder.record_time_day.setText(TimeUtil.getStampToTime(list.get(i).getCreateTime(),"yy/MM/dd"));
59 myViewHolder.record_time.setText(TimeUtil.getStampToTime(list.get(i).getCreateTime(),"HH:mm")); 59 myViewHolder.record_time.setText(TimeUtil.getStampToTime(list.get(i).getCreateTime(),"HH:mm"));
60 // Glide.with(context).load(list.get(i).getRoadmap()).into(myViewHolder.item_img); 60 // Glide.with(context).load(list.get(i).getRoadmap()).into(myViewHolder.item_img);
61 - myViewHolder.kilometer_num.setText(list.get(i).getMileage()); 61 + myViewHolder.kilometer_num.setText(list.get(i).getMileage()+"公里");
62 myViewHolder.tv_start_addr.setText(list.get(i).getStartLocation()); 62 myViewHolder.tv_start_addr.setText(list.get(i).getStartLocation());
63 myViewHolder.tv_end_addr.setText(list.get(i).getEndLocation()); 63 myViewHolder.tv_end_addr.setText(list.get(i).getEndLocation());
64 myViewHolder.shoe_ly.setOnClickListener(new View.OnClickListener() { 64 myViewHolder.shoe_ly.setOnClickListener(new View.OnClickListener() {
moudle_pedometer/src/main/res/layout/item_race_name_list.xml
@@ -66,7 +66,7 @@ @@ -66,7 +66,7 @@
66 android:layout_height="wrap_content" 66 android:layout_height="wrap_content"
67 android:singleLine="true" 67 android:singleLine="true"
68 android:textColor="#333333" 68 android:textColor="#333333"
69 - android:textSize="16sp" /> 69 + android:textSize="17sp" />
70 70
71 <LinearLayout 71 <LinearLayout
72 android:layout_width="match_parent" 72 android:layout_width="match_parent"
@@ -96,11 +96,16 @@ @@ -96,11 +96,16 @@
96 android:textColor="@color/text_black" 96 android:textColor="@color/text_black"
97 android:textSize="12sp" /> 97 android:textSize="12sp" />
98 </LinearLayout> 98 </LinearLayout>
  99 +
  100 + <View
  101 + android:layout_width="1dp"
  102 + android:layout_height="10dp"
  103 + android:layout_marginLeft="4dp"
  104 + android:background="#C4C4C4"/>
99 105
100 <LinearLayout 106 <LinearLayout
101 android:layout_width="match_parent" 107 android:layout_width="match_parent"
102 - android:layout_height="wrap_content"  
103 - android:layout_marginTop="10dp"> 108 + android:layout_height="wrap_content">
104 109
105 <ImageView 110 <ImageView
106 android:layout_width="10dp" 111 android:layout_width="10dp"