{"id":13396227,"url":"https://github.com/Rogero0o/MatchView","last_synced_at":"2025-03-13T22:31:54.925Z","repository":{"id":24188460,"uuid":"27579492","full_name":"Rogero0o/MatchView","owner":"Rogero0o","description":"Include MatchTextView and MatchButton..Come..you will like it","archived":false,"fork":false,"pushed_at":"2018-11-21T08:37:36.000Z","size":876,"stargazers_count":855,"open_issues_count":0,"forks_count":226,"subscribers_count":43,"default_branch":"master","last_synced_at":"2024-07-31T18:16:50.777Z","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/Rogero0o.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}},"created_at":"2014-12-05T07:14:25.000Z","updated_at":"2024-07-11T14:31:08.000Z","dependencies_parsed_at":"2022-08-22T14:00:26.764Z","dependency_job_id":null,"html_url":"https://github.com/Rogero0o/MatchView","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rogero0o%2FMatchView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rogero0o%2FMatchView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rogero0o%2FMatchView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rogero0o%2FMatchView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rogero0o","download_url":"https://codeload.github.com/Rogero0o/MatchView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243494066,"owners_count":20299761,"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-07-30T18:00:42.682Z","updated_at":"2025-03-13T22:31:54.517Z","avatar_url":"https://github.com/Rogero0o.png","language":"Java","funding_links":[],"categories":["Index `(light-weight pages)`","Index","Libs"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"readme":"# Android MatchView\n\nThis project is learned from (https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh) .\u003cbr\u003e\nThanks for liaohuqiu..\u003cbr\u003e\n\nI like the animation in that project...So i studied his codes and make this..\u003cbr\u003e\n\n![](http://ww1.sinaimg.cn/mw690/a695acdegw1emytnk4s45g20eg0mk490.gif)\n\n..As you see right now,wish you like it.\n\n## Demo\n\n[Download Demo](https://raw.githubusercontent.com/Rogero0o/MatchView/master/demo/MatchView_Demo_V1.0.apk)\n\n### Step\n\nImport this project into android studio..it's built with it.\n\n###  Usage\n\n#### jcenter\n\ngradle\n```\ncompile 'com.roger.match.library:library:1.0.1'\n```\n\n##### Config in xml\n\n```xml\n xmlns:match=\"http://schemas.android.com/apk/res-auto\"\n\n\u003ccom.roger.match.library.MatchTextView\n        match:text=\"MATCH VIEW\"\n        match:textSize=\"30sp\"\n        match:textColor=\"#ffffff\"\n        android:layout_width=\"wrap_content\"\n        android:layout_height=\"wrap_content\" /\u003e\n        \n\u003ccom.roger.match.library.MatchButton\n        match:text=\"Yes\"\n        android:layout_width=\"wrap_content\"\n        android:layout_height=\"wrap_content\" /\u003e\n```\n\n##### Or config in java code\n\n```java\n// the following are default settings\n mMatchTextView.setText(\"MATCH VIEW\");\n mMatchTextView.setTextSize(30);\n mMatchTextView.setTextColor(Color.WHITE);\n// setProgress  float 0-1\n mMatchTextView.setProgress(0.5f);\n```\n\n\n## About me\n\nA small guy  in mainland FUJIAN China.\n\nIf you have any new idea about this project, feel free to tell me ,Tks. :smiley:\n\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-MatchView-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1194)\n\n## License\n\n\tThe MIT License (MIT)\n\n\tCopyright © 2015 Roger\n\n\tPermission is hereby granted, free of charge, to any person obtaining a copy\n\tof this software and associated documentation files (the \"Software\"), to deal\n\tin the Software without restriction, including without limitation the rights\n\tto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\tcopies of the Software, and to permit persons to whom the Software is\n\tfurnished to do so, subject to the following conditions:\n\n\tThe above copyright notice and this permission notice shall be included in\n\tall copies or substantial portions of the Software.\n\n\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\tIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\tFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\tAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\tLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\tOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n\tTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRogero0o%2FMatchView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRogero0o%2FMatchView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRogero0o%2FMatchView/lists"}