Commit d1c51eae by YKai

fix:专家名片布局bug修复

parent c4574a42
...@@ -6,11 +6,11 @@ ext { ...@@ -6,11 +6,11 @@ ext {
// -------------- 业务模块 -------------- // -------------- 业务模块 --------------
//第三步 若干 //第三步 若干
"m-confide" : "0.0.48.74", "m-confide" : "0.0.48.74",
"m-consultant" : "0.0.59.35", "m-consultant" : "0.0.59.36",
"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.16", "m-im" : "0.0.18.20",
"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.10", "m-im" : "0.0.3.11",
"m-dynamic" : "0.0.1.7", "m-dynamic" : "0.0.1.7",
"m-muse" : "0.0.20.7", "m-muse" : "0.0.20.7",
...@@ -260,7 +260,7 @@ ext { ...@@ -260,7 +260,7 @@ ext {
"exoplayer" : "com.google.android.exoplayer:exoplayer:2.9.0", "exoplayer" : "com.google.android.exoplayer:exoplayer:2.9.0",
"free_reflection" : "me.weishu:free_reflection:2.0.0", "free_reflection" : "me.weishu:free_reflection:2.0.0",
"imagepicker" : "com.ydl:imagepicker:1.0.8.2", "imagepicker" : "com.ydl:imagepicker:1.0.8.2",
"pictureselector" : "com.ydl:pictureselector:1.2.0", "pictureselector" : "com.ydl:pictureselector:1.2.0",
"protector" : "com.ydl:protector:1.0.1-SNAPSHOT@aar", "protector" : "com.ydl:protector:1.0.1-SNAPSHOT@aar",
"ydl-hnet" : "com.ydl:h-net:0.0.8", "ydl-hnet" : "com.ydl:h-net:0.0.8",
"ydl-user-router" : "com.ydl:router:1.0.0-SNAPSHOT@aar", "ydl-user-router" : "com.ydl:router:1.0.0-SNAPSHOT@aar",
......
...@@ -65,7 +65,7 @@ public class MsgViewHolderBusinessCard extends MsgViewHolderBase { ...@@ -65,7 +65,7 @@ public class MsgViewHolderBusinessCard extends MsgViewHolderBase {
serviceCount = findViewById(R.id.serviceCount); serviceCount = findViewById(R.id.serviceCount);
serviceTime = findViewById(R.id.serviceTime); serviceTime = findViewById(R.id.serviceTime);
recy = findViewById(R.id.expertTagRV); recy = findViewById(R.id.expertTagRV);
m_im_ll_feedbackRate = findViewById(R.id.m_im_ll_feedbackRate); m_im_ll_feedbackRate = findViewById(R.id.m_ll_feedbackRate);
} }
@Override @Override
......
...@@ -109,6 +109,7 @@ ...@@ -109,6 +109,7 @@
android:background="@drawable/im_custom_message_round_white_4dp_bg" android:background="@drawable/im_custom_message_round_white_4dp_bg"
android:paddingStart="@dimen/platform_dp_8"> android:paddingStart="@dimen/platform_dp_8">
<TextView <TextView
android:id="@+id/scoreExpert" android:id="@+id/scoreExpert"
android:layout_width="wrap_content" android:layout_width="wrap_content"
...@@ -121,10 +122,20 @@ ...@@ -121,10 +122,20 @@
android:textColor="@color/im_color_FF5040" android:textColor="@color/im_color_FF5040"
android:textSize="17sp" android:textSize="17sp"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/m_im_ll_feedbackRate"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
<LinearLayout <LinearLayout
android:id="@+id/m_ll_feedbackRate"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginLeft="@dimen/platform_dp_4"
android:layout_marginBottom="@dimen/platform_dp_4"
android:orientation="horizontal"
app:layout_constraintBottom_toBottomOf="@id/scoreExpert"
app:layout_constraintLeft_toRightOf="@id/scoreExpert" />
<LinearLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/platform_dp_8" android:layout_marginBottom="@dimen/platform_dp_8"
...@@ -150,16 +161,6 @@ ...@@ -150,16 +161,6 @@
android:src="@drawable/im_arrow_right_4dp" /> android:src="@drawable/im_arrow_right_4dp" />
</LinearLayout> </LinearLayout>
<LinearLayout
android:id="@+id/m_im_ll_feedbackRate"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginLeft="@dimen/platform_dp_4"
android:layout_marginBottom="@dimen/platform_dp_4"
android:orientation="horizontal"
app:layout_constraintBottom_toBottomOf="@id/scoreExpert"
app:layout_constraintLeft_toRightOf="@id/scoreExpert" />
<LinearLayout <LinearLayout
android:layout_width="0dp" android:layout_width="0dp"
...@@ -167,7 +168,7 @@ ...@@ -167,7 +168,7 @@
android:orientation="horizontal" android:orientation="horizontal"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/m_im_ll_feedbackRate" app:layout_constraintStart_toEndOf="@id/m_ll_feedbackRate"
app:layout_constraintTop_toTopOf="parent"> app:layout_constraintTop_toTopOf="parent">
<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