Commit e81d35ec8358d9fce5df067d4d293d928b85cd42

Authored by 韩亚云
1 parent 8d291e06

页面修改

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