{"id":20047697,"url":"https://github.com/bitvale/valueprogress","last_synced_at":"2025-05-05T10:31:22.229Z","repository":{"id":221806918,"uuid":"158883595","full_name":"bitvale/ValueProgress","owner":"bitvale","description":"Android value progress library","archived":false,"fork":false,"pushed_at":"2020-02-27T13:46:46.000Z","size":316,"stargazers_count":22,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T21:23:46.090Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/bitvale.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":"2018-11-23T22:38:00.000Z","updated_at":"2022-11-29T16:53:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"79d29de9-52b2-4ac5-aedf-1bbeb28d6cb2","html_url":"https://github.com/bitvale/ValueProgress","commit_stats":null,"previous_names":["bitvale/valueprogress"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitvale%2FValueProgress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitvale%2FValueProgress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitvale%2FValueProgress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitvale%2FValueProgress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitvale","download_url":"https://codeload.github.com/bitvale/ValueProgress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252480445,"owners_count":21754776,"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-13T11:37:19.892Z","updated_at":"2025-05-05T10:31:22.222Z","avatar_url":"https://github.com/bitvale.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ValueProgress\n\n\u003cimg src=\"/art/preview.gif\" alt=\"sample\" title=\"sample\" width=\"320\" height=\"600\" align=\"right\" vspace=\"52\" /\u003e\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Platform](https://img.shields.io/badge/platform-android-green.svg)](http://developer.android.com/index.html)\n[![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=16)\n\nAndroid value progress library. \n\nUSAGE\n-----\n\nJust add ValueProgress view in your layout XML and ValueProgress library in your project via Gradle:\n\n```gradle\ndependencies {\n  implementation 'com.bitvale:valueprogress:1.0.1'\n}\n```\n\nXML\n-----\n\n```xml\n\u003ccom.bitvale.valueprogress.ValueProgress\n    android:id=\"@+id/pac_button\"\n    android:layout_width=\"@dimen/progress_size\"\n    android:layout_height=\"@dimen/progress_size\"\n    app:progress_width=\"@dimen/progress_width\"\n    app:progress_text_color=\"@color/text_color\"\n    app:progress_color=\"@color/progress_color\"\n    app:progress_max_value=\"@integer/max_value\"\n    app:progress_value_symbol=\"%\" /\u003e\n```\n\nYou must use the following properties in your XML to change your ValueProgress.\n\n\n##### Properties:\n\n* `app:progress_color`                (drawable)  -\u003e default  #52D99F\n* `app:progress_width`                (drawable)  -\u003e default  none\n* `app:progress_text_size`            (dimension) -\u003e default  none\n* `app:progress_text_color`           (color)     -\u003e default  #535353\n* `app:progress_disabled_color`       (color)     -\u003e default  #EDEDED\n* `app:progress_shadow_color`         (color)     -\u003e default  #CCCAC8C8\n* `app:progress_background_color`     (color)     -\u003e default  #FFFFFF\n* `app:progress_max_value`            (float)     -\u003e default  100\n* `app:progress_value_symbol`         (string)    -\u003e default  %\n\n\nKotlin\n-----\n\nThe Progress will be animated after you set a percent value.\n\n```kotlin\nvalue_progress.progressMaxValue = 100\nvalue_progress.percent = 25 // animation starts\n```\n\nLICENCE\n-----\n\nValueProgress by [Alexander Kolpakov](https://play.google.com/store/apps/dev?id=7044571013168957413) is licensed under an [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitvale%2Fvalueprogress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitvale%2Fvalueprogress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitvale%2Fvalueprogress/lists"}