{"id":19300090,"url":"https://github.com/armcha/playtablayout","last_synced_at":"2025-04-05T06:07:03.246Z","repository":{"id":143052579,"uuid":"106568421","full_name":"armcha/PlayTabLayout","owner":"armcha","description":"PlayTabLayout is a tab layout very similar to Google Play tab layout. The main feature is that ripple shows in a particular place where user taps.","archived":false,"fork":false,"pushed_at":"2018-10-31T11:49:24.000Z","size":2825,"stargazers_count":328,"open_issues_count":4,"forks_count":64,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-03-29T05:06:57.304Z","etag":null,"topics":["android","animation","circularreveal","googleplay","kotlin","tablayout"],"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/armcha.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":"2017-10-11T14:54:40.000Z","updated_at":"2024-07-11T19:15:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"93a30cb0-43b8-46b1-a26b-7f4125cc790a","html_url":"https://github.com/armcha/PlayTabLayout","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/armcha%2FPlayTabLayout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armcha%2FPlayTabLayout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armcha%2FPlayTabLayout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armcha%2FPlayTabLayout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/armcha","download_url":"https://codeload.github.com/armcha/PlayTabLayout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294536,"owners_count":20915340,"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":["android","animation","circularreveal","googleplay","kotlin","tablayout"],"created_at":"2024-11-09T23:13:48.309Z","updated_at":"2025-04-05T06:07:03.231Z","avatar_url":"https://github.com/armcha.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PlayTabLayout\n\nPlayTabLayout is a tab layout very similar to Google Play tab layout. The main feature is that ripple shows in a particular place where user taps.\n\n![](art/regular.gif)\u003cbr/\u003e\n![](art/witIcon.gif)\n\nThe current minSDK version is API level 16.\n\n### Download\n-----------------------\n\nGradle:\n```groovy\nimplementation 'com.github.armcha:PlayTabLayout:2.0.0'\n```\n\n### Download sample [apk](https://github.com/armcha/PlayTabLayout/tree/master/art/app.apk)\n\n## Setup and usage\n\n1. Add AutoLinkTextView to your layout\n```xml\n     \u003cio.armcha.playtablayout.core.PlayTabLayout\n            android:id=\"@+id/playTabLayout\"\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"some_dp\" /\u003e\n```\n\n2. Add tab colors\n\n```kotlin\nplayTabLayout.colors = intArrayOf(\n                R.color.f,\n                R.color.s,\n                R.color.t,\n                R.color.four)\n```\n\n### Note: array must be the same size as your adapter item count\n\n3. And you can use it like a regular tab layout\n\n```kotlin\nviewPager.adapter = TabAdapter(supportFragmentManager)\nval tabLayout = playTabLayout.tabLayout\ntabLayout.setupWithViewPager(viewPager)\n```\n### Current limitations: \nYou can't set \n```java\ntabMode=\"scrollable\"\n```\nand \n```java\ntabGravity=\"center\"\n```\n\n## Contact\n\nPull requests are more than welcome.\n\n- **Email**: chatikyana@gmail.com\n- **Twitter**: https://twitter.com/ArmanChatikyan\n- **Google +**: https://plus.google.com/+ArmanChatikyan\n- **Website**: https://armcha.github.io/\n- **Medium**: https://medium.com/@chatikyan\n\nLicense\n--------\n\n      PlayTabLayout\n      Copyright (c) 2018 Arman Chatikyan (https://github.com/armcha/PlayTabLayout).\n\n      Licensed under the Apache License, Version 2.0 (the \"License\");\n      you may not use this file except in compliance with the License.\n      You may obtain a copy of the License at\n\n         http://www.apache.org/licenses/LICENSE-2.0\n\n      Unless required by applicable law or agreed to in writing, software\n      distributed under the License is distributed on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n      See the License for the specific language governing permissions and\n      limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmcha%2Fplaytablayout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farmcha%2Fplaytablayout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmcha%2Fplaytablayout/lists"}