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
cf8c73a7
Commit
cf8c73a7
authored
Sep 08, 2022
by
霍志良
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:修改UI
parent
d34a775d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
config.gradle
config.gradle
+2
-2
MsgViewHolderPatientMedicineApply.kt
m-im/src/main/java/com/yidianling/im/session/viewholder/MsgViewHolderPatientMedicineApply.kt
+1
-1
shape_solid_white_stroke_e7ecf0_top2.xml
m-im/src/main/res/drawable/shape_solid_white_stroke_e7ecf0_top2.xml
+1
-1
No files found.
config.gradle
View file @
cf8c73a7
...
...
@@ -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
4
"
,
"m-im-medical"
:
"0.0.21.5
5
"
,
"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
4
"
,
"m-im-medical"
:
"0.0.21.5
5
"
,
"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 @
cf8c73a7
...
...
@@ -39,7 +39,7 @@ class MsgViewHolderPatientMedicineApply(adapter: BaseMultiItemFetchLoadAdapter<*
medicine_list
.
adapter
=
adapterMedicine
if
(
itemBean
.
medicinelist
.
size
>
2
)
{
itemBean
.
medicinelist
?.
let
{
val
subList
=
it
.
subList
(
0
,
1
)
val
subList
=
it
.
subList
(
0
,
2
)
adapterMedicine
.
setTagData
(
subList
)
}
}
else
{
...
...
m-im/src/main/res/drawable/shape_solid_white_stroke_e7ecf0_top2.xml
View file @
cf8c73a7
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<solid
android:color=
"
#ecf5ff
"
/>
<solid
android:color=
"
@color/white
"
/>
<stroke
android:width=
"0.5dp"
android:color=
"#e7ecf0"
/>
...
...
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