Highlight icon indicating copy to clipboard operation
Highlight copied to clipboard

一个用于app指向性功能高亮的库

Results 63 Highlight issues
Sort by recently updated
recently updated
newest added

Failed to resolve: com.isanwenyu.highlight:highlight:1.8.0 Show in Project Structure dialog Affected Modules: app

报错日志如下: ``` Process Name: 'com.wln100.future.debug' Thread Name: 'main' Back traces starts. java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.ViewGroup$LayoutParams android.view.View.getLayoutParams()' on a null object reference at zhy.com.highlight.view.HightLightView.buildTipLayoutParams(HightLightView.java:251) at zhy.com.highlight.view.HightLightView.updateTipPos(HightLightView.java:231) at zhy.com.highlight.view.HightLightView.onLayout(HightLightView.java:220)...

横屏下 蒙版消失前会先向左右两侧收缩后消失,体验不好,可以帮忙改善?

现在的实现机制是,我一个页面要添加蒙板的话,就要创建一个layout布局文件,能不能优化一下~就使用一个layout布局文件,动态改变他里边的子控件啊~

使用了这个库 [状态栏适配库](https://github.com/gyf-dev/ImmersionBar) 来适配状态栏,设置fitsSystemWindows属性,导致高亮造成偏移

我在重写BaseLightShape中的drawShape中设置画笔的颜色 但是无效怎么回事?

java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.unFocus(android.view.View)' on a null object reference at android.view.ViewGroup.removeViewInternal(ViewGroup.java:4593) at android.view.ViewGroup.removeViewAt(ViewGroup.java:4555) at android.support.v4.app.FragmentManagerImpl.moveFragmentToExpectedState(SourceFile:1540) at android.support.v4.app.BackStackRecord.executeOps(SourceFile:753) at android.support.v4.app.FragmentManagerImpl.executeOps(SourceFile:2363) at android.support.v4.app.FragmentManagerImpl.executeOpsTogether(SourceFile:2149) at android.support.v4.app.FragmentManagerImpl.optimizeAndExecuteOps(SourceFile:2103) at android.support.v4.app.FragmentManagerImpl.execPendingActions(SourceFile:2013) at...

if (mHeightLight!!.isShowing && mHeightLight!!.isNext) { showHeightNum++ if (showHeightNum == 2) { scrollView.smoothScrollTo(0, brandFlowLayout.top) mHeightLight!!.updateInfo() mHeightLight!!.hightLightView.requestLayout() } mHeightLight!!.next() } else { mHeightLight!!.remove() } 目前我的代码实现是这样的,不确定对不对,想请问一下如何刷新高亮布局