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
d34a775d
Commit
d34a775d
authored
Sep 07, 2022
by
霍志良
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:修改UI
parent
7a315c35
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
config.gradle
config.gradle
+3
-3
MsgViewHolderPatientMedicineApply.kt
m-im/src/main/java/com/yidianling/im/session/viewholder/MsgViewHolderPatientMedicineApply.kt
+1
-1
shape_solid_white_stroke_e7ecf0_top.xml
m-im/src/main/res/drawable/shape_solid_white_stroke_e7ecf0_top.xml
+5
-1
No files found.
config.gradle
View file @
d34a775d
ext
{
kotlin_version
=
"1.3.21"
dev_mode
=
tru
e
dev_mode
=
fals
e
ydlPublishVersion
=
[
// -------------- 业务模块 --------------
...
...
@@ -10,7 +10,7 @@ ext {
"m-fm"
:
"0.0.30.03"
,
"m-user-medical"
:
"0.0.62.14"
,
"m-home"
:
"0.0.22.70"
,
"m-im-medical"
:
"0.0.21.5
1
"
,
"m-im-medical"
:
"0.0.21.5
4
"
,
"m-dynamic"
:
"0.0.7.28"
,
"m-article"
:
"0.0.0.10"
,
...
...
@@ -94,7 +94,7 @@ ext {
"m-fm"
:
"0.0.30.01"
,
"m-user-medical"
:
"0.0.62.14"
,
"m-home"
:
"0.0.22.70"
,
"m-im-medical"
:
"0.0.21.5
1
"
,
"m-im-medical"
:
"0.0.21.5
4
"
,
"m-dynamic"
:
"0.0.7.28"
,
"m-article"
:
"0.0.0.8"
,
...
...
m-im/src/main/java/com/yidianling/im/session/viewholder/MsgViewHolderPatientMedicineApply.kt
View file @
d34a775d
...
...
@@ -33,7 +33,7 @@ class MsgViewHolderPatientMedicineApply(adapter: BaseMultiItemFetchLoadAdapter<*
override
fun
bindContentView
()
{
itemBean
=
message
.
attachment
as
CustomAttachmentPatientMedicineApply
medicine_title
.
text
=
"itemBean.titlaaaaaaaaaae"
medicine_title
.
text
=
itemBean
.
title
adapterMedicine
=
AdapterMedicineApply
()
medicine_list
.
layoutManager
=
LinearLayoutManager
(
context
)
medicine_list
.
adapter
=
adapterMedicine
...
...
m-im/src/main/res/drawable/shape_solid_white_stroke_e7ecf0_top.xml
View file @
d34a775d
...
...
@@ -5,5 +5,8 @@
<stroke
android:width=
"0.5dp"
android:color=
"#e7ecf0"
/>
<corners
android:topLeftRadius=
"8dp"
/>
<corners
android:bottomLeftRadius=
"8dp"
android:bottomRightRadius=
"8dp"
android:topLeftRadius=
"8dp"
/>
</shape>
\ No newline at end of file
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