{"id":13643801,"url":"https://github.com/jaydenxiao2016/HighLightGuideView","last_synced_at":"2025-04-21T02:31:36.370Z","repository":{"id":217102548,"uuid":"65796707","full_name":"jaydenxiao2016/HighLightGuideView","owner":"jaydenxiao2016","description":"A library for app's new feature guiding,it supports the shape of round, oval and rectangular!","archived":false,"fork":false,"pushed_at":"2016-08-18T07:19:45.000Z","size":1493,"stargazers_count":468,"open_issues_count":5,"forks_count":100,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-11-09T15:43:31.537Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/jaydenxiao2016.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-16T07:16:29.000Z","updated_at":"2024-11-02T04:46:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"40ce8438-0e00-44da-9aa9-b419ac86d3ff","html_url":"https://github.com/jaydenxiao2016/HighLightGuideView","commit_stats":null,"previous_names":["jaydenxiao2016/highlightguideview"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaydenxiao2016%2FHighLightGuideView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaydenxiao2016%2FHighLightGuideView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaydenxiao2016%2FHighLightGuideView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaydenxiao2016%2FHighLightGuideView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaydenxiao2016","download_url":"https://codeload.github.com/jaydenxiao2016/HighLightGuideView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249986070,"owners_count":21356318,"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":[],"created_at":"2024-08-02T01:01:52.774Z","updated_at":"2025-04-21T02:31:31.351Z","avatar_url":"https://github.com/jaydenxiao2016.png","language":"Java","readme":"# HighLightGuideView\n**项目介绍：** A library for app's new feature guiding,it supports the shape of round, oval and rectangular! \n          (一个用于 app 新功能高亮引导的库,支持圆形、椭圆形、矩形高亮形状)\n          \n![预览图](https://github.com/jaydenxiao2016/HighLightGuideView/blob/master/screenshots/device-2016-08-16-161213.gif)\n\n**支持配置属性：**\n（1）外部点击是否关闭setTouchOutsideDismiss\n（2）控件高亮形状类型，有圆形、椭圆形、矩形setHighLightStyle\n（3）高亮画笔类型，有平滑和一般，默认平滑setMaskblurstyle\n（4）蒙层颜色setMaskColor\n（5）高亮控件padding,setHighLisghtPadding\n\n**使用方法：**\n\ndependencies {\n\n             compile 'com.jaydenxiao:guider:1.0.0'\n    }\n\n**1. 全屏提示，没高亮控件情况引导**\n\n  HighLightGuideView.builder(this)\n                .addNoHighLightGuidView(R.drawable.listlead)\n                .setMaskColor(getResources().getColor(R.color.mask_color))\n                .show();\n\n**2. 有高亮控件情况引导（单个高亮控件）**\n   \n  HighLightGuideView.builder(this)\n                        .addHighLightGuidView(view, R.drawable.dmtext)\n                        .setHighLightStyle(HighLightGuideView.VIEWSTYLE_OVAL)\n                        .show();\n\n**3. 有高亮控件情况引导（多个高亮控件）**\n    \n  HighLightGuideView.builder(this)\n                        .addHighLightGuidView(view1, R.drawable.dstext)\n                        .addHighLightGuidView(view2, R.drawable.dmtext)\n                        .setHighLightStyle(HighLightGuideView.VIEWSTYLE_OVAL)\n                        .show();\n","funding_links":[],"categories":["引导图(Intro)"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaydenxiao2016%2FHighLightGuideView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaydenxiao2016%2FHighLightGuideView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaydenxiao2016%2FHighLightGuideView/lists"}