Highlight icon indicating copy to clipboard operation
Highlight copied to clipboard

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

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

当在ScrollView中点击监听第一个高亮,让scrollView滑动,第二个高亮的位置还是在之前没有滑动的位置,怎样才能让第二个高亮的位置更新到我滑动后的位置呀?

按钮在最右边的时候,提示的图片可以自由摆放x轴?

有链接的话最好了 真的感激不尽

compile 'com.isanwenyu.highlight:highlight:1.8.0' java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.getHitRect(android.graphics.Rect)' on a null object reference at zhy.com.highlight.util.ViewUtils.getLocationInView(ViewUtils.java:42) at zhy.com.highlight.HighLight.updateInfo(HighLight.java:129) at zhy.com.highlight.view.HightLightView.buildMask(HightLightView.java:158) at zhy.com.highlight.view.HightLightView.onLayout(HightLightView.java:219) at android.view.View.layout(View.java:16121) at android.view.ViewGroup.layout(ViewGroup.java:5185) at android.widget.FrameLayout.layoutChildren(FrameLayout.java:639) at...

AGPBI: {"kind":"error","text":"Program type already present: android.support.v4.app.ActionBarDrawerToggle$Delegate","sources":[{}],"tool":"D8"} FAILED :comlyracsssupercompass:buildInfoGenerator91MarketDebug FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':comlyracsssupercompass:transformDexArchiveWithExternalLibsDexMergerFor91MarketDebug'. > com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives:...

new BaseLightShape() { @Override protected void resetRectF4Shape(RectF viewPosInfoRectF, float dx, float dy) { //缩小高亮控件范围 viewPosInfoRectF.inset(dx,dy); } @Override protected void drawShape(Bitmap bitmap, HighLight.ViewPosInfo viewPosInfo) { Canvas canvas = new Canvas(bitmap); Paint...

在fragment中设置如下: mHighLight = new HighLight(getActivity())// .anchor(view.findViewById(R.id.id_container)) .addHighLight(R.id.vp_pager_f,R.layout.info_main_f, new OnBottomPosCallback(),new RectLightShape()); mHighLight.show(); mHighLight.setClickCallback(new HighLight.OnClickCallback() { @Override public void onClick() { // GCSharePreferenceUtils.putBoolean(getActivity(),IS_SHOW_MAIN_F, false); } }); 报错为:java.lang.NullPointerException at common.highlight.HighLight.show(HighLight.java:192) 192行为: parent.removeView(mAnchor);

偶尔出现OOM,怎么解,在fragment中使用的