finish the png replace of guide Module

This commit is contained in:
unknown
2020-12-28 15:03:07 +08:00
parent 7acc8d3df8
commit 06da34567f
18 changed files with 3 additions and 2 deletions

View File

@@ -75,10 +75,12 @@ class GuideFragment : MvpFragment<GuideConstract.View, GuidePresenter>(), GuideC
fun visibleRight() {
module_guide_page_right.visibility = View.VISIBLE
module_guide_tv_next_step.text = context!!.resources.getString(R.string.module_guide_item_next_step)
}
fun invisibleRight() {
module_guide_page_right.visibility = View.GONE
module_guide_tv_next_step.text = context!!.resources.getString(R.string.module_guide_finish)
}
fun moveToNext() {