|
|
@@ -238,28 +238,6 @@ class RemoveRelationalRecordActivity : BaseActivity<RelationalRecordViewModel>()
|
|
|
linearLayout {
|
|
|
gravity = Gravity.CENTER_VERTICAL
|
|
|
textView {
|
|
|
- text = "期货账户代码"
|
|
|
- textSizeAuto = 31
|
|
|
- textColorInt = R.color.rma_black_33
|
|
|
- }.lparams(wrapContent, wrapContent){
|
|
|
- marginStart = autoSize(36)
|
|
|
- }
|
|
|
- }.lparams(autoSize(250), autoSize(100))
|
|
|
-
|
|
|
- textView {
|
|
|
- text = data.accountid
|
|
|
- textSizeAuto = 31
|
|
|
- textColorInt = R.color.rma_black_33
|
|
|
- }.lparams(wrapContent, wrapContent)
|
|
|
- }.lparams(matchParent, autoSize(100))
|
|
|
-
|
|
|
- itemView()
|
|
|
-
|
|
|
- linearLayout {
|
|
|
- gravity = Gravity.CENTER_VERTICAL
|
|
|
- linearLayout {
|
|
|
- gravity = Gravity.CENTER_VERTICAL
|
|
|
- textView {
|
|
|
text = "期货合约"
|
|
|
textSizeAuto = 31
|
|
|
textColorInt = R.color.rma_black_33
|
|
|
@@ -269,7 +247,7 @@ class RemoveRelationalRecordActivity : BaseActivity<RelationalRecordViewModel>()
|
|
|
}.lparams(autoSize(250), autoSize(100))
|
|
|
|
|
|
textView {
|
|
|
- text = data.accountid
|
|
|
+ text = data.goodscode
|
|
|
textSizeAuto = 31
|
|
|
textColorInt = R.color.rma_black_33
|
|
|
}.lparams(wrapContent, wrapContent)
|
|
|
@@ -339,15 +317,15 @@ class RemoveRelationalRecordActivity : BaseActivity<RelationalRecordViewModel>()
|
|
|
textSizeAuto = 31
|
|
|
textColorInt = R.color.rma_black_33
|
|
|
}.lparams(wrapContent, wrapContent)
|
|
|
- }.lparams(matchParent, autoSize(100))
|
|
|
+ }.lparams(matchParent, autoSize(100)){
|
|
|
+ bottomMargin = autoSize(150)
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|
|
|
linearLayout {
|
|
|
background = resources.getDrawable(R.color.white)
|
|
|
gravity = Gravity.CENTER_VERTICAL
|
|
|
-
|
|
|
-
|
|
|
textView {
|
|
|
onThrottleFirstClick {
|
|
|
viewModel.linkUnbindReq(LinkDetailId = data.linkdetailid?.toLong() ?: 0){
|