Commit cb175ad0 by 霍志良

feat:修改专家名片图片显示type为centercrop

parent 7f56bbe3
...@@ -10,7 +10,7 @@ ext { ...@@ -10,7 +10,7 @@ ext {
"m-fm" : "0.0.30.00", "m-fm" : "0.0.30.00",
"m-user" : "0.0.60.26", "m-user" : "0.0.60.26",
"m-home" : "0.0.22.33", "m-home" : "0.0.22.33",
"m-im" : "0.0.18.20", "m-im" : "0.0.18.21",
"m-dynamic" : "0.0.7.13", "m-dynamic" : "0.0.7.13",
"m-article" : "0.0.0.6", "m-article" : "0.0.0.6",
...@@ -94,7 +94,7 @@ ext { ...@@ -94,7 +94,7 @@ ext {
"m-fm" : "0.0.23.5", "m-fm" : "0.0.23.5",
"m-user" : "0.0.41.5", "m-user" : "0.0.41.5",
"m-home" : "0.0.6.28", "m-home" : "0.0.6.28",
"m-im" : "0.0.3.11", "m-im" : "0.0.3.12",
"m-dynamic" : "0.0.1.7", "m-dynamic" : "0.0.1.7",
"m-muse" : "0.0.20.7", "m-muse" : "0.0.20.7",
......
...@@ -35,7 +35,9 @@ ...@@ -35,7 +35,9 @@
<ImageView <ImageView
android:id="@+id/expert_Img" android:id="@+id/expert_Img"
android:layout_width="200dp" android:layout_width="200dp"
android:layout_height="200dp" /> android:layout_height="200dp"
android:scaleType="centerCrop"
/>
<RelativeLayout <RelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment