Commit e81d35ec8358d9fce5df067d4d293d928b85cd42

Authored by 韩亚云
1 parent 8d291e06

页面修改

moudle_pedometer/src/main/res/layout/item_my_record.xml
... ... @@ -41,7 +41,6 @@
41 41 android:layout_width="wrap_content"
42 42 android:layout_height="wrap_content"
43 43 android:layout_marginLeft="10dp"
44   - android:text="2019.05.01--2019.09.01"
45 44 android:textColor="#999999"
46 45 android:textSize="12sp" />
47 46 </LinearLayout>
... ... @@ -65,7 +64,6 @@
65 64 android:layout_width="wrap_content"
66 65 android:layout_height="wrap_content"
67 66 android:layout_marginLeft="10dp"
68   - android:text="北京 首都师范大学 全长4.42公里"
69 67 android:textColor="#999999"
70 68 android:textSize="12sp" />
71 69 </LinearLayout>
... ... @@ -78,7 +76,7 @@
78 76  
79 77 <com.cnlive.moudle.pedometer.ui.widget.FivePersonIconView
80 78 android:id="@+id/join_person"
81   - android:layout_width="150dp"
  79 + android:layout_width="wrap_content"
82 80 android:layout_height="40dp"
83 81 android:layout_marginRight="10dp"
84 82 FivePersonIconView:showRightFlag="false" />
... ...