Commit 1393659e828d415df70ef0f81cd642fb9d9ce993
Merge branch 'master' of bj.gitlab.cnlive.com:cnlive-team/ModulePedometer
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 | 43 | android:layout_height="wrap_content" |
| 44 | 44 | android:layout_marginTop="10dp" |
| 45 | 45 | android:layout_marginBottom="60dp" |
| 46 | - android:scaleType="fitCenter" /> | |
| 46 | + android:scaleType="centerCrop" /> | |
| 47 | 47 | </LinearLayout> |
| 48 | 48 | </layout> |
| 49 | 49 | \ No newline at end of file | ... | ... |