{"id":18473135,"url":"https://github.com/trycatchx/mutlcolorloadingview","last_synced_at":"2025-04-08T12:31:48.257Z","repository":{"id":112359851,"uuid":"268998251","full_name":"trycatchx/MutlColorLoadingView","owner":"trycatchx","description":"Android beautiful custom multi-color progress bar","archived":false,"fork":false,"pushed_at":"2020-07-22T05:27:57.000Z","size":250,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T12:32:47.700Z","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/trycatchx.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":"2020-06-03T05:34:18.000Z","updated_at":"2024-03-14T07:54:41.000Z","dependencies_parsed_at":"2023-05-13T15:00:19.049Z","dependency_job_id":null,"html_url":"https://github.com/trycatchx/MutlColorLoadingView","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/trycatchx%2FMutlColorLoadingView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trycatchx%2FMutlColorLoadingView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trycatchx%2FMutlColorLoadingView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trycatchx%2FMutlColorLoadingView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trycatchx","download_url":"https://codeload.github.com/trycatchx/MutlColorLoadingView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247842634,"owners_count":21005317,"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-11-06T10:23:45.762Z","updated_at":"2025-04-08T12:31:48.249Z","avatar_url":"https://github.com/trycatchx.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MutlColorLoadingView\n![Build Status](https://img.shields.io/badge/build-passing-brightgreen) ![java](https://img.shields.io/badge/language-java-Borange.svg)  ![java](https://img.shields.io/badge/version-1.0.0-orange.svg)\n\n[Englist](https://github.com/zhangchaojiong/MutlColorLoadingView/blob/master/README.md) | [中文版本](https://github.com/zhangchaojiong/MutlColorLoadingView/blob/master/README_zh.md)\n\u003eA beautiful loading view\n\n## Design sketch\n\n![demo.gif](https://github.com/zhangchaojiong/MutlColorLoadingView/blob/master/image/demo.gif)\n\n## Usage：\n* Setting up the dependency\n\n```\nimplementation 'com.mutlcolorloadingview:mutlcolorloadingview:1.0.0'\n```\n* Simple use cases will look something like this:\n\n```\n\u003ccom.mutlcolorloadingview.MutlColorLoadingView\n        android:id=\"@+id/mclv\"\n        android:layout_width=\"120dp\"\n        android:layout_height=\"105dp\"\n        android:padding=\"28dp\"\n        android:background=\"@drawable/bg_loading\"\n        app:mclv_duration=\"2000\"\n        app:mclv_first_color=\"@color/color_FFFFFFFF\"\n        app:mclv_second_color=\"@color/color_FF4D6BFF\"\n        app:mclv_three_color=\"@color/color_FFFF8400\"\n        app:mclv_stroke_width=\"4dp\"\n        /\u003e\n```\n\n\n\n## Styleable \n\n```\n    \u003cdeclare-styleable name=\"MutlColorLoadingView\"\u003e\n        \u003c!--The color of the first progress--\u003e\n        \u003cattr name=\"mclv_first_color\" format=\"color\" /\u003e\n        \u003c!--The color of the second progress--\u003e\n        \u003cattr name=\"mclv_second_color\" format=\"color\" /\u003e\n        \u003c!--The color of the three progress--\u003e\n        \u003cattr name=\"mclv_three_color\" format=\"color\" /\u003e\n        \u003c!--A round of time--\u003e\n        \u003cattr name=\"mclv_duration\" format=\"integer\" /\u003e\n        \u003c!--Angle of progress--\u003e\n        \u003cattr name=\"mclv_start_angle\" format=\"integer\" /\u003e\n        \u003c!--The thickness of the progress bar--\u003e\n        \u003cattr name=\"mclv_stroke_width\" format=\"integer|dimension\"/\u003e\n        \u003c!--The ratio of the first color progress to the total progress--\u003e\n        \u003cattr name=\"mclv_rate_first_round\" format=\"float\" /\u003e\n    \u003c/declare-styleable\u003e\n```\n\n\n## License\n\n```\nCopyright (C) 2020 chaojiong.zhang\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrycatchx%2Fmutlcolorloadingview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrycatchx%2Fmutlcolorloadingview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrycatchx%2Fmutlcolorloadingview/lists"}