Commit 0ed73f48 by yang.kai

feat: 组件升级

parent 09d9bf6a
...@@ -6,7 +6,7 @@ ext { ...@@ -6,7 +6,7 @@ ext {
// -------------- 业务模块 -------------- // -------------- 业务模块 --------------
//第三步 若干 //第三步 若干
"m-confide" : "0.0.49.53", "m-confide" : "0.0.49.53",
"m-consultant" : "0.0.60.10", "m-consultant" : "0.0.60.11",
"m-fm" : "0.0.30.04", "m-fm" : "0.0.30.04",
"m-user" : "0.0.61.98", "m-user" : "0.0.61.98",
"m-home" : "0.0.22.87", "m-home" : "0.0.22.87",
...@@ -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.10", "m-consultant" : "0.0.60.11",
"m-fm" : "0.0.30.07", "m-fm" : "0.0.30.07",
"m-user" : "0.0.61.98", "m-user" : "0.0.61.98",
"m-home" : "0.0.22.87", "m-home" : "0.0.22.87",
......
...@@ -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="#80ffffff" /> android:background="#59ffffff" />
<LinearLayout <LinearLayout
android:id="@+id/ll_desc_assistant" android:id="@+id/ll_desc_assistant"
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="为你精准匹配咨询师 " android:text="为你精准匹配咨询师"
android:textColor="#ffffff" android:textColor="#ffffff"
android:textStyle="bold" android:textStyle="bold"
android:textSize="12dp" /> android:textSize="12dp" />
...@@ -72,6 +72,7 @@ ...@@ -72,6 +72,7 @@
<ImageView <ImageView
android:layout_width="10dp" android:layout_width="10dp"
android:layout_height="10dp" android:layout_height="10dp"
android:layout_marginStart="3dp"
android:src="@drawable/consultant_assistant_dialog_go_icon" /> android:src="@drawable/consultant_assistant_dialog_go_icon" />
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
......
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