meihualuo

Results 1 comments of meihualuo

也可以像这样设置 在填充监听中获取到view并给该view设置点击事件 GuidePage.newInstance() .addHighLight(main_newGame) // .addHighLightWithOptions(main_continueGame, options) // .addHighLight(main_history, HighLight.Shape.ROUND_RECTANGLE, 25, 0, null) .setLayoutRes(R.layout.guide_btn) .setEverywhereCancelable(false) .setOnLayoutInflatedListener { view, controller -> view.findViewById(R.id.textView3).setOnClickListener { controller.remove() } }