Commit 98530f995a48f0e9c4eaa8b5deb61a5638efd809
1 parent
41e9cea8
1 优化赛事详情页,赛事图片显示效果
Showing
2 changed files
with
2 additions
and
2 deletions
config.gradle
moudle_pedometer/src/main/res/layout/layout_run_detail_street_introduce.xml
| @@ -43,6 +43,6 @@ | @@ -43,6 +43,6 @@ | ||
| 43 | android:layout_height="wrap_content" | 43 | android:layout_height="wrap_content" |
| 44 | android:layout_marginTop="10dp" | 44 | android:layout_marginTop="10dp" |
| 45 | android:layout_marginBottom="60dp" | 45 | android:layout_marginBottom="60dp" |
| 46 | - android:scaleType="fitCenter" /> | 46 | + android:scaleType="centerCrop" /> |
| 47 | </LinearLayout> | 47 | </LinearLayout> |
| 48 | </layout> | 48 | </layout> |
| 49 | \ No newline at end of file | 49 | \ No newline at end of file |