Commit a87a2277 by yang.kai

feat: 组件升级

parent b3f0c323
...@@ -5,8 +5,8 @@ ext { ...@@ -5,8 +5,8 @@ ext {
ydlPublishVersion = [ ydlPublishVersion = [
// -------------- 业务模块 -------------- // -------------- 业务模块 --------------
//第三步 若干 //第三步 若干
"m-confide" : "0.0.49.52", "m-confide" : "0.0.49.53",
"m-consultant" : "0.0.60.09", "m-consultant" : "0.0.60.10",
"m-fm" : "0.0.30.04", "m-fm" : "0.0.30.04",
"m-user" : "0.0.61.96", "m-user" : "0.0.61.96",
"m-home" : "0.0.22.85", "m-home" : "0.0.22.85",
...@@ -90,7 +90,7 @@ ext { ...@@ -90,7 +90,7 @@ ext {
//第三步 若干 //第三步 若干
"m-confide" : "0.0.49.52", "m-confide" : "0.0.49.52",
"m-consultant" : "0.0.60.09", "m-consultant" : "0.0.60.10",
"m-fm" : "0.0.30.07", "m-fm" : "0.0.30.07",
"m-user" : "0.0.61.96", "m-user" : "0.0.61.96",
"m-home" : "0.0.22.85", "m-home" : "0.0.22.85",
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
android:id="@+id/consultant_assistant_dialog_desc_ll" android:id="@+id/consultant_assistant_dialog_desc_ll"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="47dp" android:layout_height="47dp"
android:layout_marginTop="4dp" android:layout_marginTop="5dp"
android:background="@drawable/consultant_assistant_dialog_text_bg" android:background="@drawable/consultant_assistant_dialog_text_bg"
android:gravity="center"> android:gravity="center">
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
android:layout_width="0.5dp" android:layout_width="0.5dp"
android:layout_height="26dp" android:layout_height="26dp"
android:layout_marginRight="8dp" android:layout_marginRight="8dp"
android:background="#ffffff" /> android:background="#80ffffff" />
<LinearLayout <LinearLayout
android:id="@+id/ll_desc_assistant" android:id="@+id/ll_desc_assistant"
...@@ -66,6 +66,7 @@ ...@@ -66,6 +66,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="为你精准匹配咨询师 " android:text="为你精准匹配咨询师 "
android:textColor="#ffffff" android:textColor="#ffffff"
android:textStyle="bold"
android:textSize="12dp" /> android:textSize="12dp" />
<ImageView <ImageView
......
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