{"id":13645670,"url":"https://github.com/cdflynn/checkview","last_synced_at":"2025-04-21T14:32:02.560Z","repository":{"id":18004109,"uuid":"83158892","full_name":"cdflynn/checkview","owner":"cdflynn","description":"An animating check mark","archived":false,"fork":false,"pushed_at":"2022-03-16T15:00:30.000Z","size":847,"stargazers_count":86,"open_issues_count":0,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-09T18:43:22.881Z","etag":null,"topics":["android","android-library","android-ui"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdflynn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-25T20:03:17.000Z","updated_at":"2024-05-15T05:24:48.000Z","dependencies_parsed_at":"2022-07-26T20:32:12.519Z","dependency_job_id":null,"html_url":"https://github.com/cdflynn/checkview","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdflynn%2Fcheckview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdflynn%2Fcheckview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdflynn%2Fcheckview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdflynn%2Fcheckview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdflynn","download_url":"https://codeload.github.com/cdflynn/checkview/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250070253,"owners_count":21369842,"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":["android","android-library","android-ui"],"created_at":"2024-08-02T01:02:39.386Z","updated_at":"2025-04-21T14:32:02.029Z","avatar_url":"https://github.com/cdflynn.png","language":"Java","readme":"# Check View\nAn animating check mark\n\n![Sample App](https://github.com/cdflynn/checkview/blob/master/sample/img/check_sample.gif?raw=true)\n\n\n## Usage\nAdd a `CheckView` to your layout\n\n```xml\n    \u003ccdflynn.android.library.checkview.CheckView\n        android:id=\"@+id/check\"\n        android:layout_width=\"200dp\"\n        android:layout_height=\"200dp\"\n        app:checkView_strokeColor=\"@color/green\"\n        app:checkView_strokeWidth=\"@dimen/check_stroke_width\"/\u003e\n```\n\nNote that you can specify a stroke width and color with xml attributes `checkView_strokeWidth` and `checkView_strokeColor` respectively.\n\nCall `check()`:\n\n```java\n    mCheckView.check();\n```\n\n\n## Install\n\nAdd jitpack to your root `build.gradle`\n\n```gradle\n    allprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n\t}\n```\n\nAdd as a dependency\n```gradle\n\tdependencies {\n\t        implementation 'com.github.cdflynn:checkview:v1.2'\n\t}\n```\n","funding_links":[],"categories":["其他"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdflynn%2Fcheckview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdflynn%2Fcheckview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdflynn%2Fcheckview/lists"}