{"id":13643810,"url":"https://github.com/yilylong/HighLight-GuideView","last_synced_at":"2025-04-21T02:31:45.787Z","repository":{"id":41277588,"uuid":"46969432","full_name":"yilylong/HighLight-GuideView","owner":"yilylong","description":"用户指引提示guideview，新特性高亮指示 HighLight","archived":false,"fork":false,"pushed_at":"2023-08-17T02:32:18.000Z","size":989,"stargazers_count":690,"open_issues_count":4,"forks_count":150,"subscribers_count":21,"default_branch":"master","last_synced_at":"2024-08-04T00:06:46.779Z","etag":null,"topics":["guide","guideview","highlight","tip","tipview","user-guide","userguideview","view-tipview"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yilylong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2015-11-27T08:49:25.000Z","updated_at":"2024-07-16T07:40:52.000Z","dependencies_parsed_at":"2024-04-09T10:31:22.974Z","dependency_job_id":null,"html_url":"https://github.com/yilylong/HighLight-GuideView","commit_stats":null,"previous_names":["yilylong/highlight-userguideview","yilylong/userguideview"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilylong%2FHighLight-GuideView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilylong%2FHighLight-GuideView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilylong%2FHighLight-GuideView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yilylong%2FHighLight-GuideView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yilylong","download_url":"https://codeload.github.com/yilylong/HighLight-GuideView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249986078,"owners_count":21356319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["guide","guideview","highlight","tip","tipview","user-guide","userguideview","view-tipview"],"created_at":"2024-08-02T01:01:52.916Z","updated_at":"2025-04-21T02:31:40.777Z","avatar_url":"https://github.com/yilylong.png","language":"Java","readme":"\n[![](https://jitpack.io/v/yilylong/UserGuideView.svg)](https://jitpack.io/#yilylong/UserGuideView)\n# GuideView\n用户指引guideview\n====\n应用推出新功能需要给给用户提示指引一下.传入需要指引的View即可\n\n![](/guide1.png)\u003c/br\u003e\n![](/guide2.png)\u003c/br\u003e\n![](/guide3.png)\u003c/br\u003e\n\u003cimg src='/GIF.gif'/\u003e\n\nHow To Useage\n----\n引入依赖\n\nstep1.Add it in your root build.gradle at the end of repositories:\n-\n    allprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n\t}\n\nStep 2. Add the dependency\n-\n    dependencies {\n\t        implementation 'com.github.yilylong:UserGuideView:1.1.0'\n\t}\n\n\n布局文件中引入UserGuideView然后：\n\n\u003cdel\u003eguideView.setHighLightView(UserGuideTestActivity.this,convertView);\u003c/del\u003e\n\n    guideView.setHighLightView(targetView);\n  \n传入当前需要高亮的view即可 之前的方法持有一个activity的引用不太好  去掉了\n\n支持高亮框形状 属性app:HighlightViewStyle=\"oval\" 方形 圆形 椭圆 可选\n\n提示的图片  属性 app:tipView=\"@mipmap/tip_view\"\n\n蒙版层颜色 属性 app：maskColor\n\n高亮框边缘模糊效果 属性  app:MaskBlurStyle=\"solid\" normal/solid\n\n需要设置状态栏高度时候调用guideView.setStatusBarHeight(0)\n\nv1.1.0\n-\n修改屏幕高度计算工具类获取正确的屏幕高度\n\nv1.0.7\n-\n修改右下角箭头位置的计算bug\n\nv1.0.3新增\n-\n1.0.1可以支持批量设置高亮view 但漏了设置每个高亮view对应的tipview，1.0.3补上\n\n    setHighLightView(LinkedHashMap\u003cView,Integer\u003e targetsWithTipViews);\n    \n实际应用中，tipview 和 箭头等设计图不一样，很难做到精准定位，所以增加了设置每个箭头和tipview位移的方法，来微调位置以达到最合适的布局。\n\n    setArrowDownCenterMoveX(int jtDownCenterMoveX)\n    setArrowUpRightMoveX(int jtUpRightMoveX)\n    setArrowUpLeftMoveX(int jtUpLeftMoveX)\n    setArrowUpRightMoveX(int jtUpRightMoveX)\n    setArrowUpCenterMoveX(int jtUpCenterMoveX)\n    setArrowDownRightMoveX(int jtDownRightMoveX)\n    setArrowDownLeftMoveX(int jtDownLeftMoveX)\n    setArrowDownCenterMoveX(int jtDownCenterMoveX)\n    setTipViewMoveX(View highlightView,int tipViewMoveX)\n    setTipViewMoveY(View highlightView,int tipViewMoveY)\n    \n等几个方法\n\nv1.0.2新增\n-\n增加是否显示箭头的方法\n    \nv1.0.1新增\n-\n\n支持同时设置多个需要高亮的View并将按顺序显示\n\n    guideView.setHightLightView(top,icon,back);\n\n支持设置指示箭头\n\n    guideView.setArrowUpCenter(R.mipmap.up_arrow);\n\n支持将自定义View作为tipview\n\n    guideView.setTipView(tipTextView,400,200);\n\n详情参考Demo\n\n\n\n\n","funding_links":[],"categories":["引导图(Intro)"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyilylong%2FHighLight-GuideView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyilylong%2FHighLight-GuideView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyilylong%2FHighLight-GuideView/lists"}