Commit d34a775d by 霍志良

feat:修改UI

parent 7a315c35
ext { ext {
kotlin_version = "1.3.21" kotlin_version = "1.3.21"
dev_mode = true dev_mode = false
ydlPublishVersion = [ ydlPublishVersion = [
// -------------- 业务模块 -------------- // -------------- 业务模块 --------------
...@@ -10,7 +10,7 @@ ext { ...@@ -10,7 +10,7 @@ ext {
"m-fm" : "0.0.30.03", "m-fm" : "0.0.30.03",
"m-user-medical" : "0.0.62.14", "m-user-medical" : "0.0.62.14",
"m-home" : "0.0.22.70", "m-home" : "0.0.22.70",
"m-im-medical" : "0.0.21.51", "m-im-medical" : "0.0.21.54",
"m-dynamic" : "0.0.7.28", "m-dynamic" : "0.0.7.28",
"m-article" : "0.0.0.10", "m-article" : "0.0.0.10",
...@@ -94,7 +94,7 @@ ext { ...@@ -94,7 +94,7 @@ ext {
"m-fm" : "0.0.30.01", "m-fm" : "0.0.30.01",
"m-user-medical" : "0.0.62.14", "m-user-medical" : "0.0.62.14",
"m-home" : "0.0.22.70", "m-home" : "0.0.22.70",
"m-im-medical" : "0.0.21.51", "m-im-medical" : "0.0.21.54",
"m-dynamic" : "0.0.7.28", "m-dynamic" : "0.0.7.28",
"m-article" : "0.0.0.8", "m-article" : "0.0.0.8",
......
...@@ -33,7 +33,7 @@ class MsgViewHolderPatientMedicineApply(adapter: BaseMultiItemFetchLoadAdapter<* ...@@ -33,7 +33,7 @@ class MsgViewHolderPatientMedicineApply(adapter: BaseMultiItemFetchLoadAdapter<*
override fun bindContentView() { override fun bindContentView() {
itemBean = message.attachment as CustomAttachmentPatientMedicineApply itemBean = message.attachment as CustomAttachmentPatientMedicineApply
medicine_title.text = "itemBean.titlaaaaaaaaaae" medicine_title.text = itemBean.title
adapterMedicine = AdapterMedicineApply() adapterMedicine = AdapterMedicineApply()
medicine_list.layoutManager = LinearLayoutManager(context) medicine_list.layoutManager = LinearLayoutManager(context)
medicine_list.adapter = adapterMedicine medicine_list.adapter = adapterMedicine
......
...@@ -5,5 +5,8 @@ ...@@ -5,5 +5,8 @@
<stroke <stroke
android:width="0.5dp" android:width="0.5dp"
android:color="#e7ecf0" /> android:color="#e7ecf0" />
<corners android:topLeftRadius="8dp" /> <corners
android:bottomLeftRadius="8dp"
android:bottomRightRadius="8dp"
android:topLeftRadius="8dp" />
</shape> </shape>
\ No newline at end of file
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