{"id":13640930,"url":"https://github.com/niniloveyou/GradeProgressView","last_synced_at":"2025-04-20T07:31:19.152Z","repository":{"id":201292343,"uuid":"69044489","full_name":"niniloveyou/GradeProgressView","owner":"niniloveyou","description":"a progress view used to grade mobiles phone","archived":false,"fork":false,"pushed_at":"2016-09-26T12:50:18.000Z","size":2244,"stargazers_count":90,"open_issues_count":0,"forks_count":16,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-08T16:13:34.631Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/niniloveyou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-09-23T17:00:37.000Z","updated_at":"2023-11-06T08:01:52.000Z","dependencies_parsed_at":"2024-03-21T01:46:10.602Z","dependency_job_id":null,"html_url":"https://github.com/niniloveyou/GradeProgressView","commit_stats":null,"previous_names":["niniloveyou/gradeprogressview"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niniloveyou%2FGradeProgressView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niniloveyou%2FGradeProgressView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niniloveyou%2FGradeProgressView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niniloveyou%2FGradeProgressView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niniloveyou","download_url":"https://codeload.github.com/niniloveyou/GradeProgressView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223821961,"owners_count":17208773,"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:15.881Z","updated_at":"2024-11-09T11:30:30.950Z","avatar_url":"https://github.com/niniloveyou.png","language":"Java","funding_links":[],"categories":["进度条"],"sub_categories":[],"readme":"# GradeProgressView\na progress view used to grade mobiles phone\n\n![](https://github.com/niniloveyou/GradeProgressView/blob/master/gradeProgressView.gif)\n\n#System Requirement\n\nAndroid API 11+， Because of the use of ValueAnimation， if you want use it on API 8, please use NineoldAndroids library in your project.\n\n#Usage\n        \n        gradeProgressView.setProgress(100);                 //without animation\n        \n        gradeProgressView.setProgressWidthAnimation(100);   // with animation\n        \n        gradeProgressView.setBackgroundColor(Color.LTGRAY); //set background color\n        \n        gradeProgressView.setProgressColor(Color.WHITE);    //set progress and pointer color\n        \n        gradeProgressView.setLineWidth(60);                 //set the progress width\n        \n        gradeProgressView.setGapWidth(30);                  //set gap between out line and progress line\n        \n        gradeProgressView.setOutLineWidth(5);               //set out line widht\n        \n        gradeProgressView.setOnProgressChangeListener(new GradeProgressView.OnProgressChangeListener() {\n            @Override\n            public void onProgressChanged(GradeProgressView gradeProgressView, int progress) {\n                Log.i(\"GradeProgressView test\", \"on progress changed: \" + progress);\n            }\n        });\n        \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniniloveyou%2FGradeProgressView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniniloveyou%2FGradeProgressView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniniloveyou%2FGradeProgressView/lists"}