{"id":13463508,"url":"https://github.com/pavlospt/CircleView","last_synced_at":"2025-03-25T06:32:26.447Z","repository":{"id":18817289,"uuid":"22032068","full_name":"pavlospt/CircleView","owner":"pavlospt","description":"A Circle View containing Title and Subtitle","archived":false,"fork":false,"pushed_at":"2019-08-01T10:55:17.000Z","size":254,"stargazers_count":521,"open_issues_count":1,"forks_count":91,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-07-31T13:09:02.372Z","etag":null,"topics":["android","circleview","view"],"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/pavlospt.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}},"created_at":"2014-07-20T11:44:43.000Z","updated_at":"2024-07-31T13:09:02.372Z","dependencies_parsed_at":"2022-09-26T22:00:48.837Z","dependency_job_id":null,"html_url":"https://github.com/pavlospt/CircleView","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavlospt%2FCircleView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavlospt%2FCircleView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavlospt%2FCircleView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavlospt%2FCircleView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pavlospt","download_url":"https://codeload.github.com/pavlospt/CircleView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222045617,"owners_count":16921984,"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","circleview","view"],"created_at":"2024-07-31T13:00:54.546Z","updated_at":"2024-10-29T12:31:30.747Z","avatar_url":"https://github.com/pavlospt.png","language":"Java","readme":"CircleView\n==========\n\nA Circle View containing Title and Subtitle\n\n[ ![Download](https://api.bintray.com/packages/pavlospt/android-libraries/CircleView/images/download.svg) ](https://bintray.com/pavlospt/android-libraries/CircleView/_latestVersion)\n\n[![Android Arsenal](http://img.shields.io/badge/Android%20Arsenal-CircleView-blue.svg)](http://android-arsenal.com/details/1/796)\n\n![CircleView](/Screenshots/Screenshot_8.png)\n\nAttributes to choose from:\n\n* `cv_titleText` - The text in the first row.\n* `cv_subtitleText` - The text in the second row.\n* `cv_titleSize` - The size of the first row text.\n* `cv_subtitleSize` - The size of the second row text.\n* `cv_strokeWidthSize` - The size of the outter line surrounding the view.\n* `cv_fillRadius` - The radius of the inner circle.\n* `cv_titleColor` - The color of the first row text.\n* `cv_subtitleColor` - The color of the second row text.\n* `cv_fillColor` - The color of the inner circle.\n* `cv_strokeColorValue` - The color of the outter line circle.\n* `cv_backgroundColorValue` - the color between the circle and the stroke.\n\nExample\n=======\n```xml\n \u003ccom.github.pavlospt.CircleView\n        xmlns:app=\"http://schemas.android.com/apk/res-auto\"\n        android:layout_width=\"300dp\"\n        android:layout_height=\"300dp\"\n        app:cv_titleText=\"title\"\n        app:cv_subtitleText=\"subtitle\"\n        app:cv_titleSize=\"12dp\"\n        app:cv_subtitleSize=\"9dp\"\n        app:cv_titleColor=\"@color/white\"\n        app:cv_subtitleColor=\"@color/red\"\n        app:cv_strokeColorValue=\"@color/blue\"\n        app:cv_backgroundColorValue=\"@color/gray\"\n        app:cv_fillColor=\"@color/green\"\n        app:cv_fillRadius=\"0.9\"\n        app:cv_strokeWidthSize=\"5\"/\u003e\n```\n\nHow To Use\n==========\n\nYou can search us on *Gradle,please* http://gradleplease.appspot.com/ or just add\n\nthe dependency to your module's `build.gradle` file:\n\n```compile 'com.github.pavlospt:circleview:1.3' ```\n\n\nCredits\n=======\nAuthor : Pavlos-Petros Tournaris (p.tournaris@gmail.com)\n\nGoogle+ : [+Pavlos-Petros Tournaris](https://plus.google.com/u/0/+PavlosPetrosTournaris/)\n\nFacebook : [Pavlos-Petros Tournaris](https://www.facebook.com/pavlospt)\n\nLinkedIn : [Pavlos-Petros Tournaris](https://www.linkedin.com/pub/pavlos-petros-tournaris/44/abb/218)\n\nThanks to [+Filip Puđak](https://plus.google.com/u/0/117550349320705739707/) and his ProgressPieView that helped me think and create this View.\n\n(In case you use this in your app let me know to make a list of apps that use it! )\n\nApps using this library\n=======================\n\nHungry (https://play.google.com/store/apps/details?id=com.hungry)\n\nLicense\n=======\n\n    Copyright 2014 Pavlos-Petros Tournaris\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","funding_links":[],"categories":["Java","进度条","Uncategorized"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavlospt%2FCircleView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpavlospt%2FCircleView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavlospt%2FCircleView/lists"}