fix(ui): 修复复合叠层结果界面提示文本
- 更新了提示文本以包含滑动选择操作说明
这个提交包含在:
父节点
deb267dec0
当前提交
19906ad222
@ -210,7 +210,7 @@ class CompositeLayupResultActivity : BaseActivity<ActivityCompositeLayupResultBi
|
||||
binding.subtitle1.text = ""
|
||||
binding.subtitle2.text = ""
|
||||
renderActions(listOf(if (stepSeq >= totalSteps) "完成" else "确认并继续", "否"))
|
||||
binding.hint.text = "点击或语音输入对应按钮,继续流程"
|
||||
binding.hint.text = "滑动选择后点击或语音输入对应按钮,继续流程"
|
||||
}
|
||||
UiMode.COMPLETE -> {
|
||||
binding.icon.setImageResource(R.mipmap.ocr_true)
|
||||
|
||||
正在加载...
在新工单中引用
屏蔽一个用户