Commit 7b4a756d by 霍志良

fix:咨询tab页,当内容超过地址时显示...

parent 9d0fb931
...@@ -6,7 +6,7 @@ ext { ...@@ -6,7 +6,7 @@ ext {
// -------------- 业务模块 -------------- // -------------- 业务模块 --------------
//第三步 若干 //第三步 若干
"m-confide" : "0.0.49.02", "m-confide" : "0.0.49.02",
"m-consultant" : "0.0.59.65", "m-consultant" : "0.0.59.66",
"m-fm" : "0.0.30.01", "m-fm" : "0.0.30.01",
"m-user" : "0.0.61.18", "m-user" : "0.0.61.18",
"m-home" : "0.0.22.55", "m-home" : "0.0.22.55",
...@@ -89,7 +89,7 @@ ext { ...@@ -89,7 +89,7 @@ ext {
//第三步 若干 //第三步 若干
"m-confide" : "0.0.49.02", "m-confide" : "0.0.49.02",
"m-consultant" : "0.0.59.65", "m-consultant" : "0.0.59.66",
"m-fm" : "0.0.30.01", "m-fm" : "0.0.30.01",
"m-user" : "0.0.61.18", "m-user" : "0.0.61.18",
"m-home" : "0.0.22.54", "m-home" : "0.0.22.54",
......
...@@ -139,10 +139,11 @@ ...@@ -139,10 +139,11 @@
android:layout_toEndOf="@+id/cvHead" android:layout_toEndOf="@+id/cvHead"
android:layout_toRightOf="@+id/cvHead" android:layout_toRightOf="@+id/cvHead"
android:ellipsize="end" android:ellipsize="end"
android:layout_toLeftOf="@id/tvCity"
android:lines="1" android:lines="1"
android:textColor="@color/platform_color_242424" android:textColor="@color/platform_color_242424"
android:textSize="@dimen/platform_dp_12" android:textSize="@dimen/platform_dp_12"
tools:text="一级婚姻家庭咨询师,二级心理咨询师" /> tools:text="一级婚姻家庭咨询师,二级心理咨询师二级心理咨询师" />
<!--咨询师标签--> <!--咨询师标签-->
<LinearLayout <LinearLayout
android:id="@+id/ll_tags" android:id="@+id/ll_tags"
......
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