Commit 1393659e828d415df70ef0f81cd642fb9d9ce993

Authored by 韩亚云
2 parents 165e6d1b 98530f99

Merge branch 'master' of bj.gitlab.cnlive.com:cnlive-team/ModulePedometer

config.gradle
@@ -21,7 +21,7 @@ ext { @@ -21,7 +21,7 @@ ext {
21 //编译方式 21 //编译方式
22 debug : false, 22 debug : false,
23 //版本号 23 //版本号
24 - version: "0.7.19", 24 + version: "0.7.21",
25 //Lib库前缀 25 //Lib库前缀
26 packeg : "com.cnlive.module", 26 packeg : "com.cnlive.module",
27 //Lib库名称 27 //Lib库名称
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