huburt-Hu / NewbieGuide

Android 快速实现新手引导层的库,通过简洁链式调用,一行代码实现引导层的显示
Apache License 2.0
3.56k stars 521 forks source link

高亮区上方点击消失,高亮区以及高亮区以下,点击后,引导并未消失 #69

Open NothShow opened 6 years ago

NothShow commented 6 years ago

fragment:
NewbieGuide.with(this) .setLabel("home_search") .alwaysShow(true) .addGuidePage(GuidePage.newInstance() .setEverywhereCancelable(true) .addHighLight(searchRootView, HighLight.Shape.ROUND_RECTANGLE , CommonUtil.dp2px(3), 0, new RelativeGuide(R.layout.guide_tip_layer, Gravity.BOTTOM))) .show();

huburt-Hu commented 6 years ago

没有这问题吧

NothShow commented 6 years ago

那再麻烦问您一下

  1. 高亮区的四周会有阴影,有对外暴露api可以去除么?
  2. Gravity.BOTTOM: relativeguide中引导区域的leftmargin,觉得不应该以高亮区为基准,对于居中设置引导的话,其实增加了额外的工作,若不对,请见谅。