Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
d1c51eae
Commit
d1c51eae
authored
Sep 15, 2020
by
YKai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:专家名片布局bug修复
parent
c4574a42
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
17 deletions
+18
-17
config.gradle
config.gradle
+4
-4
MsgViewHolderBusinessCard.java
m-im/src/main/java/com/yidianling/im/session/viewholder/MsgViewHolderBusinessCard.java
+1
-1
im_ui_message_custom_business_card.xml
m-im/src/main/res/layout/im_ui_message_custom_business_card.xml
+13
-12
No files found.
config.gradle
View file @
d1c51eae
...
...
@@ -6,11 +6,11 @@ ext {
// -------------- 业务模块 --------------
//第三步 若干
"m-confide"
:
"0.0.48.74"
,
"m-consultant"
:
"0.0.59.3
5
"
,
"m-consultant"
:
"0.0.59.3
6
"
,
"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.1
0
"
,
"m-im"
:
"0.0.3.1
1
"
,
"m-dynamic"
:
"0.0.1.7"
,
"m-muse"
:
"0.0.20.7"
,
...
...
@@ -260,7 +260,7 @@ ext {
"exoplayer"
:
"com.google.android.exoplayer:exoplayer:2.9.0"
,
"free_reflection"
:
"me.weishu:free_reflection:2.0.0"
,
"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"
,
"ydl-hnet"
:
"com.ydl:h-net:0.0.8"
,
"ydl-user-router"
:
"com.ydl:router:1.0.0-SNAPSHOT@aar"
,
...
...
m-im/src/main/java/com/yidianling/im/session/viewholder/MsgViewHolderBusinessCard.java
View file @
d1c51eae
...
...
@@ -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
...
...
m-im/src/main/res/layout/im_ui_message_custom_business_card.xml
View file @
d1c51eae
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment