Commit e969a004f51a75565ce74ebb7d927e349d0387eb

Authored by 杨帅
1 parent a74cd439

1 修改赛事完成上传页面布局

moudle_pedometer/src/main/res/layout/layout_finish_user_info.xml
@@ -92,7 +92,8 @@ @@ -92,7 +92,8 @@
92 <!--配速和用时--> 92 <!--配速和用时-->
93 <LinearLayout 93 <LinearLayout
94 android:layout_width="match_parent" 94 android:layout_width="match_parent"
95 - android:layout_height="wrap_content" 95 + android:layout_height="match_parent"
  96 + android:gravity="center"
96 android:layout_marginTop="10sp"> 97 android:layout_marginTop="10sp">
97 <!----> 98 <!---->
98 <LinearLayout 99 <LinearLayout