{"id":27398788,"url":"https://github.com/imanx/android-materialbutton-behavior","last_synced_at":"2026-03-02T14:38:45.826Z","repository":{"id":97364155,"uuid":"160560607","full_name":"ImanX/android-materialButton-behavior","owner":"ImanX","description":"Android Material Button(Extended FAB) Behavior on RecyclerView","archived":false,"fork":false,"pushed_at":"2018-12-05T21:17:59.000Z","size":7320,"stargazers_count":29,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-28T16:37:00.863Z","etag":null,"topics":["android","behavior","coordinatorlayout","extended-fab","google","material-button","material-design"],"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/ImanX.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,"zenodo":null}},"created_at":"2018-12-05T18:23:27.000Z","updated_at":"2025-07-24T09:25:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"d000773c-f320-4fe3-9bc3-0e3420f49e2b","html_url":"https://github.com/ImanX/android-materialButton-behavior","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ImanX/android-materialButton-behavior","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImanX%2Fandroid-materialButton-behavior","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImanX%2Fandroid-materialButton-behavior/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImanX%2Fandroid-materialButton-behavior/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImanX%2Fandroid-materialButton-behavior/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ImanX","download_url":"https://codeload.github.com/ImanX/android-materialButton-behavior/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImanX%2Fandroid-materialButton-behavior/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30006763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T14:08:50.421Z","status":"ssl_error","status_checked_at":"2026-03-02T14:08:50.037Z","response_time":60,"last_error":"SSL_read: 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":["android","behavior","coordinatorlayout","extended-fab","google","material-button","material-design"],"created_at":"2025-04-14T01:48:45.266Z","updated_at":"2026-03-02T14:38:45.773Z","avatar_url":"https://github.com/ImanX.png","language":"Java","readme":"# Android Material Button Behavior on RecyclerView\n\n### Preview\n\u003cimg src=\"https://raw.githubusercontent.com/ImanX/android-materialButton-behavior/master/preview.gif\" alt=\"sample\"/\u003e\n\n### Getting Started\nDownload `MaterialButtonBehavior` and copy or put your project.\nadd `MaterialButton` component in your `xml` layout that parent it should be `CoordinatorLayout`\n\n`android:layout_width` size of expande\n\n`android:minWidth` size of collapse\n\n`app:layout_behavior` for set `MaterialButtonBehavior` \n\n### Example\n```xml\n  \u003candroid.support.design.widget.CoordinatorLayout\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"match_parent\"\u003e\n        .\n        .\n        .\n        \n           \u003candroid.support.design.button.MaterialButton\n            android:id=\"@+id/btn_add\"\n            android:layout_width=\"160dp\"\n            android:layout_height=\"65dp\"\n            android:elevation=\"3dp\"\n            android:gravity=\"center\"\n            android:maxLines=\"1\"\n            android:text=\"@string/new_ticket\"\n            android:textColor=\"@android:color/white\"\n            android:textSize=\"16sp\"\n            android:minWidth=\"55dp\"\n            app:backgroundTint=\"@color/colorAccent\"\n            app:cornerRadius=\"28dp\"\n            app:icon=\"@drawable/ic_add\"\n            app:layout_anchor=\"@id/recycler\"\n            app:layout_anchorGravity=\"bottom|left|end\"\n            app:layout_behavior=\"\u003cYour Package\u003e.MaterialButtonBehavior\"\n            /\u003e\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimanx%2Fandroid-materialbutton-behavior","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimanx%2Fandroid-materialbutton-behavior","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimanx%2Fandroid-materialbutton-behavior/lists"}