{"id":19475247,"url":"https://github.com/tangxiaolv/effectiveshapeview","last_synced_at":"2025-06-26T01:03:38.124Z","repository":{"id":88811559,"uuid":"58321093","full_name":"TangXiaoLv/EffectiveShapeView","owner":"TangXiaoLv","description":"android custom imageview, effective shape view","archived":false,"fork":false,"pushed_at":"2016-09-22T11:18:16.000Z","size":2438,"stargazers_count":290,"open_issues_count":0,"forks_count":53,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-13T05:38:26.112Z","etag":null,"topics":["custom-view","effective","shape-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/TangXiaoLv.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":"2016-05-08T16:29:45.000Z","updated_at":"2025-02-06T01:13:13.000Z","dependencies_parsed_at":"2023-06-12T19:15:46.831Z","dependency_job_id":null,"html_url":"https://github.com/TangXiaoLv/EffectiveShapeView","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/TangXiaoLv/EffectiveShapeView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TangXiaoLv%2FEffectiveShapeView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TangXiaoLv%2FEffectiveShapeView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TangXiaoLv%2FEffectiveShapeView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TangXiaoLv%2FEffectiveShapeView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TangXiaoLv","download_url":"https://codeload.github.com/TangXiaoLv/EffectiveShapeView/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TangXiaoLv%2FEffectiveShapeView/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261978910,"owners_count":23239417,"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":["custom-view","effective","shape-view"],"created_at":"2024-11-10T19:31:14.800Z","updated_at":"2025-06-26T01:03:38.089Z","avatar_url":"https://github.com/TangXiaoLv.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"EffectiveShapeView\n====\n[ ![Download](https://api.bintray.com/packages/tangxiaolv/maven/effective-shape-view/images/download.svg) ](https://bintray.com/tangxiaolv/maven/effective-shape-view/_latestVersion)\n\nA fast，flexible，powerful ImageView that supports rounded corners，circles，polygon.Used by shader which is fastest model of draw. This is based on [RoundedImageView from Vince Mi](https://github.com/vinc3m1/RoundedImageView)， but more lightweight(under 400 line code).\n\n\u003cimg src=\"png/1.gif\" width = \"320\" height = \"528\"/\u003e\n\nAlso has support for: \n- anti-aliased \n- Borders (with Colors)\n- Hardware acceleration\n- Decorations (with Direction)\n\nGradle\n----\n```\ndependencies {\n    compile 'com.library.tangxiaolv:effectiveshapeview:1.0.1'\n}\n```\n\nUsage\n---\n```xml\n\u003ctangxiaolv.com.library.EffectiveShapeView\n        android:id=\"@+id/shape\"\n        android:layout_width=\"72dp\"\n        android:layout_height=\"72dp\"\n        android:layout_marginLeft=\"72dp\"\n        android:layout_marginTop=\"16dp\"\n        android:layout_toRightOf=\"@id/container\"\n        android:background=\"#000000\"\n        android:scaleType=\"centerCrop\"\n        android:src=\"@drawable/android\"\n        app:shape=\"polygon\"\n        app:sides=\"6\"/\u003e\n```\n        \nChangelog\n---\n**v1.0.1**\n- Fix set colorDrawable Invalid\n\n**v1.0.0**\n- Initial release \n\nLicense\n---\n\n    Copyright 2016 - 2017 TangXiaoLv\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangxiaolv%2Feffectiveshapeview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftangxiaolv%2Feffectiveshapeview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangxiaolv%2Feffectiveshapeview/lists"}