{"id":23129728,"url":"https://github.com/naxam/rangesliderview-android-binding","last_synced_at":"2026-05-08T19:33:55.044Z","repository":{"id":85432427,"uuid":"101951294","full_name":"NAXAM/rangesliderview-android-binding","owner":"NAXAM","description":"Xamarin Android Binding Library - Range Slider View","archived":false,"fork":false,"pushed_at":"2017-08-31T03:41:15.000Z","size":56,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-25T07:25:56.568Z","etag":null,"topics":["bootstrap","rangeslider","slide","xamarin","xamarin-android","xamarin-android-binding"],"latest_commit_sha":null,"homepage":null,"language":"C#","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/NAXAM.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":"2017-08-31T02:42:28.000Z","updated_at":"2018-02-09T17:51:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"f0a2c467-ae0f-41f5-b8ec-c7eff857dd8d","html_url":"https://github.com/NAXAM/rangesliderview-android-binding","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NAXAM/rangesliderview-android-binding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NAXAM%2Frangesliderview-android-binding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NAXAM%2Frangesliderview-android-binding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NAXAM%2Frangesliderview-android-binding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NAXAM%2Frangesliderview-android-binding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NAXAM","download_url":"https://codeload.github.com/NAXAM/rangesliderview-android-binding/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NAXAM%2Frangesliderview-android-binding/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32794716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bootstrap","rangeslider","slide","xamarin","xamarin-android","xamarin-android-binding"],"created_at":"2024-12-17T10:10:14.956Z","updated_at":"2026-05-08T19:33:55.028Z","avatar_url":"https://github.com/NAXAM.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RangeSliderView\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.channguyen/rsv/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.channguyen/rsv)\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-RangeSliderView-green.svg?style=flat)](https://android-arsenal.com/details/1/2511)\n\n# Screenshots\n![Main screen](/screenshots/sc.png)\n\n# Features\n- Ripple effect.\n- Option to set custom colors for slider.\n- Option to set custom height for slider.\n- Option to set custom radius for slider.\n\n# Usage\nAdd a dependency to your `build.gradle`:\n```\ndependencies {\n    compile 'com.github.channguyen:rsv:1.0.1'\n}\n```\nAdd the `com.github.channguyen.rsv.RangeSliderView` to your layout XML file.\n```XML\n\u003cLinearLayout\n  xmlns:android=\"http://schemas.android.com/apk/res/android\"\n  xmlns:rsv=\"http://schemas.android.com/apk/res-auto\"\n  android:layout_width=\"match_parent\"\n  android:layout_height=\"match_parent\"\n  android:orientation=\"vertical\"\n  \u003e\n\n  \u003ccom.github.channguyen.rsv.RangeSliderView\n    android:id=\"@+id/rsv_small\"\n    android:layout_marginTop=\"50dp\"\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"50dp\"\n    android:layout_marginLeft=\"30dp\"\n    android:layout_marginRight=\"30dp\"\n    rsv:filledColor=\"#1A5F77\"\n    /\u003e\n\n\n  \u003ccom.github.channguyen.rsv.RangeSliderView\n    android:id=\"@+id/rsv_large\"\n    android:layout_marginTop=\"50dp\"\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"100dp\"\n    android:layout_marginLeft=\"30dp\"\n    android:layout_marginRight=\"30dp\"\n    rsv:filledColor=\"#FF6600\"\n    /\u003e\n\n\u003c/LinearLayout\u003e\n```\n\nFor more usage examples check the **sample** project.\n\n### Changelog\n\n**Version 1.0.1**\n+ Bug fixes for layout param\n\n\n**Version 1.0.0**\n+ First release\n\n\n# License\n```\nCopyright 2015 Chan Nguyen\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```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaxam%2Frangesliderview-android-binding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaxam%2Frangesliderview-android-binding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaxam%2Frangesliderview-android-binding/lists"}