{"id":24714454,"url":"https://github.com/ml-opensource/ratingbar","last_synced_at":"2025-10-09T12:31:38.240Z","repository":{"id":83709983,"uuid":"62837390","full_name":"ml-opensource/RatingBar","owner":"ml-opensource","description":"A customizable rating bar","archived":false,"fork":false,"pushed_at":"2020-05-24T09:08:28.000Z","size":259,"stargazers_count":23,"open_issues_count":6,"forks_count":6,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-04-03T01:41:31.921Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ml-opensource.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-07T20:51:33.000Z","updated_at":"2024-05-02T06:41:59.000Z","dependencies_parsed_at":"2023-04-16T06:01:11.603Z","dependency_job_id":null,"html_url":"https://github.com/ml-opensource/RatingBar","commit_stats":null,"previous_names":["ml-opensource/ratingbar"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/ml-opensource/RatingBar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ml-opensource%2FRatingBar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ml-opensource%2FRatingBar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ml-opensource%2FRatingBar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ml-opensource%2FRatingBar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ml-opensource","download_url":"https://codeload.github.com/ml-opensource/RatingBar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ml-opensource%2FRatingBar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001443,"owners_count":26083078,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-01-27T08:16:39.548Z","updated_at":"2025-10-09T12:31:37.833Z","avatar_url":"https://github.com/ml-opensource.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"RatingBar [![Slack Status](https://fuzz-opensource.herokuapp.com/badge.svg)](https://fuzz-opensource.herokuapp.com/)\n=========================\n\n\u003cimg src=\"art/demo.png\" width=\"275\" align=\"right\"/\u003e\n\nA lightweight RatingBar widget that makes it easier to customize the look of the children ratings views, compared to the default RatingBar.\n\n**NOTE: This currently only allows use of stock RatingBar functions but not underlying AbsSeekBar functions.**\n\n**NOTE2: Min SDK allowed is SDK 14. This restriction is defined by the Androidx AppCompat library.**\n\nUsage\n-----\n**Gradle:**\n\n```xml\nmaven { url \"https://www.jitpack.io\" }\n```\nAdd to dependencies\n```\ncompile 'com.github.fuzz-productions:RatingBar:1.0.6'\n```\n\n- Include the selected state drawable `icn_rating_start_green` in your project.\n- Include the unselected state drawable `icn_rating_start_grey` in your project.\n\n- Include in layout:\n\n```xml\n\u003ccom.fuzzproductions.ratingbar.RatingBar\n    android:id=\"@+id/rating_bar\"\n    android:layout_width=\"wrap_content\"\n    android:layout_height=\"wrap_content\"\n    android:layout_centerInParent=\"true\"\n    app:minAllowedStars=\"1\"\n    app:numStars=\"7\"\n    app:starSize=\"20dp\"\n    app:rating=\"3\"\n    app:starMargin=\"10dp\"\n    app:isIndicator=\"false\"\n    app:emptyDrawable=\"@drawable/icn_rating_star_green\"\n    app:filledDrawable=\"@drawable/icn_rating_star_grey\"\n    /\u003e\n```\n\nCustomizations\n--------------\n\nSet the height and width of the stars with `setStarSizeInDp(int dp)`. Omitting this method call will result in the use of\ndefault 30dp value.\n\nChange the number of stars to choose from with `setMax(int count)` corresponds to .\n\nChange the minimum stars allowed to be selected `setMinimumSelectionAllowed(int minCount)`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fml-opensource%2Fratingbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fml-opensource%2Fratingbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fml-opensource%2Fratingbar/lists"}