Commit e969a004f51a75565ce74ebb7d927e349d0387eb
1 parent
a74cd439
1 修改赛事完成上传页面布局
Showing
1 changed file
with
2 additions
and
1 deletions
moudle_pedometer/src/main/res/layout/layout_finish_user_info.xml
| ... | ... | @@ -92,7 +92,8 @@ |
| 92 | 92 | <!--配速和用时--> |
| 93 | 93 | <LinearLayout |
| 94 | 94 | android:layout_width="match_parent" |
| 95 | - android:layout_height="wrap_content" | |
| 95 | + android:layout_height="match_parent" | |
| 96 | + android:gravity="center" | |
| 96 | 97 | android:layout_marginTop="10sp"> |
| 97 | 98 | <!----> |
| 98 | 99 | <LinearLayout | ... | ... |