Commit cea87958 by 刘鹏

Merge branch 'fix/fq/fq_fix_release_4.3.99' into 'release'

Fix/fq/fq fix release 4.3.99

See merge request app_android_lib/YDL-Component!222
parents da760aff 74b005f5
...@@ -9,7 +9,7 @@ ext { ...@@ -9,7 +9,7 @@ ext {
"m-consultant" : "0.0.60.74", "m-consultant" : "0.0.60.74",
"m-fm" : "0.0.30.09", "m-fm" : "0.0.30.09",
"m-user" : "0.0.62.72", "m-user" : "0.0.62.72",
"m-home" : "0.0.23.99", "m-home" : "0.0.24.00",
"m-im" : "0.0.21.67", "m-im" : "0.0.21.67",
"m-dynamic" : "0.0.7.80", "m-dynamic" : "0.0.7.80",
"m-article" : "0.0.0.10", "m-article" : "0.0.0.10",
...@@ -92,7 +92,7 @@ ext { ...@@ -92,7 +92,7 @@ ext {
"m-consultant" : "0.0.60.74", "m-consultant" : "0.0.60.74",
"m-fm" : "0.0.30.09", "m-fm" : "0.0.30.09",
"m-user" : "0.0.62.72", "m-user" : "0.0.62.72",
"m-home" : "0.0.23.99", "m-home" : "0.0.24.00",
"m-im" : "0.0.21.67", "m-im" : "0.0.21.67",
"m-dynamic" : "0.0.7.80", "m-dynamic" : "0.0.7.80",
"m-article" : "0.0.0.10", "m-article" : "0.0.0.10",
......
...@@ -62,7 +62,8 @@ ...@@ -62,7 +62,8 @@
android:layout_below="@+id/tv_name_layout" android:layout_below="@+id/tv_name_layout"
android:layout_marginStart="@dimen/platform_dp_16" android:layout_marginStart="@dimen/platform_dp_16"
android:layout_marginTop="6dp" android:layout_marginTop="6dp"
android:layout_marginEnd="@dimen/platform_dp_10" android:layout_toLeftOf="@+id/tv_consult_chat"
android:layout_marginRight="@dimen/platform_dp_10"
android:layout_toEndOf="@+id/img_consult_head" android:layout_toEndOf="@+id/img_consult_head"
android:orientation="horizontal" /> android:orientation="horizontal" />
......
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