Commit d1c51eae by YKai

fix:专家名片布局bug修复

parent c4574a42
......@@ -6,11 +6,11 @@ ext {
// -------------- 业务模块 --------------
//第三步 若干
"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-user" : "0.0.60.26",
"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-article" : "0.0.0.6",
......@@ -94,7 +94,7 @@ ext {
"m-fm" : "0.0.23.5",
"m-user" : "0.0.41.5",
"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-muse" : "0.0.20.7",
......
......@@ -65,7 +65,7 @@ public class MsgViewHolderBusinessCard extends MsgViewHolderBase {
serviceCount = findViewById(R.id.serviceCount);
serviceTime = findViewById(R.id.serviceTime);
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
......
......@@ -109,6 +109,7 @@
android:background="@drawable/im_custom_message_round_white_4dp_bg"
android:paddingStart="@dimen/platform_dp_8">
<TextView
android:id="@+id/scoreExpert"
android:layout_width="wrap_content"
......@@ -121,10 +122,20 @@
android:textColor="@color/im_color_FF5040"
android:textSize="17sp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/m_im_ll_feedbackRate"
app:layout_constraintTop_toTopOf="parent" />
<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_height="wrap_content"
android:layout_marginBottom="@dimen/platform_dp_8"
......@@ -150,16 +161,6 @@
android:src="@drawable/im_arrow_right_4dp" />
</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
android:layout_width="0dp"
......@@ -167,7 +168,7 @@
android:orientation="horizontal"
app:layout_constraintBottom_toBottomOf="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">
<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