|
|
@@ -281,7 +281,7 @@ class SwapsBusinessHallActivity : BaseActivity<SwapsBusinessHallViewModel>() {
|
|
|
gravity = Gravity.CENTER_VERTICAL
|
|
|
backgroundResource = R.drawable.rma_list_item_bg
|
|
|
textView {
|
|
|
- text = quoteGoodsListData.refgoodscode
|
|
|
+ text = quoteGoodsListData.refgoodsname
|
|
|
textSizeAuto = 29
|
|
|
textColorInt = R.color.rma_blue_color
|
|
|
}.lparams(wrapContent, wrapContent){
|