{"id":18664646,"url":"https://github.com/scionoftech/materialtabs","last_synced_at":"2025-07-18T15:35:23.356Z","repository":{"id":36191092,"uuid":"40495292","full_name":"scionoftech/MaterialTabs","owner":"scionoftech","description":"A small project for Marerial Design Tabs.","archived":false,"fork":false,"pushed_at":"2015-08-14T15:25:43.000Z","size":468,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-18T05:13:37.538Z","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":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scionoftech.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}},"created_at":"2015-08-10T17:13:11.000Z","updated_at":"2015-08-10T17:40:17.000Z","dependencies_parsed_at":"2022-08-02T17:32:01.341Z","dependency_job_id":null,"html_url":"https://github.com/scionoftech/MaterialTabs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/scionoftech/MaterialTabs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scionoftech%2FMaterialTabs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scionoftech%2FMaterialTabs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scionoftech%2FMaterialTabs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scionoftech%2FMaterialTabs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scionoftech","download_url":"https://codeload.github.com/scionoftech/MaterialTabs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scionoftech%2FMaterialTabs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264139575,"owners_count":23563251,"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-07T08:24:23.719Z","updated_at":"2025-07-07T19:41:31.917Z","avatar_url":"https://github.com/scionoftech.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"#MaterialTabs\n\nA small project for Marerial Design Tabs.\n\nThis project uses  SlidingTabLayout.java \u0026 SlidingTabStrip.java from Google I/O [IOsched](https://github.com/google/iosched/tree/master/android/src/main/java/com/google/samples/apps/iosched/ui/widget) \n\n  ```java\n \t\t// Creating The ViewPagerAdapter and Passing Fragment Manager, Titles fot the Tabs and Number Of Tabs.\n        adapter = new ViewPagerAdapter(getSupportFragmentManager(), Titles, Numboftabs);\n\n        // Assigning ViewPager View and setting the adapter\n        pager = (ViewPager) findViewById(R.id.pager);\n        pager.setAdapter(adapter);\n\n        // Assiging the Sliding Tab Layout View\n        tabs = (SlidingTabLayout) findViewById(R.id.tabs);\n        tabs.setDistributeEvenly(true); // To make the Tabs Fixed set this true, This makes the tabs Space Evenly in Available width\n\n        // Setting Custom Color for the Scroll bar indicator of the Tab View\n        tabs.setCustomTabColorizer(new SlidingTabLayout.TabColorizer() {\n            @Override\n            public int getIndicatorColor(int position) {\n                return getResources().getColor(R.color.tabsScrollColor);\n            }\n        });\n\n        // Setting the ViewPager For the SlidingTabsLayout\n        tabs.setViewPager(pager);\n```\n[![MaterialTabs](https://github.com/scionoftech/MaterialTabs/blob/Development/tabs.PNG)]()\n\n## License\n\n  [ISC](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscionoftech%2Fmaterialtabs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscionoftech%2Fmaterialtabs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscionoftech%2Fmaterialtabs/lists"}