{"id":15034931,"url":"https://github.com/zendesk/android-floating-action-button","last_synced_at":"2025-05-14T09:09:38.226Z","repository":{"id":20931224,"uuid":"24219409","full_name":"zendesk/android-floating-action-button","owner":"zendesk","description":"Floating Action Button for Android based on Material Design specification","archived":false,"fork":false,"pushed_at":"2023-01-02T13:49:03.000Z","size":606,"stargazers_count":6381,"open_issues_count":157,"forks_count":1453,"subscribers_count":326,"default_branch":"master","last_synced_at":"2025-03-13T08:04:13.664Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zendesk.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","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":"2014-09-19T06:49:21.000Z","updated_at":"2025-03-11T22:41:07.000Z","dependencies_parsed_at":"2023-01-13T21:13:05.831Z","dependency_job_id":null,"html_url":"https://github.com/zendesk/android-floating-action-button","commit_stats":null,"previous_names":["futuresimple/android-floating-action-button"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendesk%2Fandroid-floating-action-button","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendesk%2Fandroid-floating-action-button/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendesk%2Fandroid-floating-action-button/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendesk%2Fandroid-floating-action-button/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zendesk","download_url":"https://codeload.github.com/zendesk/android-floating-action-button/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248420000,"owners_count":21100286,"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-09-24T20:26:50.468Z","updated_at":"2025-04-11T14:38:10.557Z","avatar_url":"https://github.com/zendesk.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"FloatingActionButton\n====================\nYet another library for drawing [Material Design promoted actions](http://www.google.com/design/spec/patterns/promoted-actions.html).\n\nFeatures\n========\n* Support for normal `56dp` and mini `40dp` buttons.\n\n  ![Demo](screenshots/buttons.png)\n\n* Customizable background colors for normal and pressed states and icon drawable.\n\n  ![Demo](screenshots/custom.png)\n\n* Convenience `AddFloatingActionButton` class with plus icon drawn in code.\n* `FloatingActionsMenu` which can be expanded/collapsed to reveal multiple actions.\n\n  ![Demo](screenshots/menu.gif)\n\n* Optional labels for buttons in `FloatingActionsMenu`.\n\n  ![Demo](screenshots/labels.png)\n\nUsage\n=====\nJust add the dependency to your `build.gradle`:\n\n```groovy\ndependencies {\n    compile 'com.getbase:floatingactionbutton:1.10.1'\n}\n```\n\nTo see how the buttons are added to your xml layouts, check the sample project.\n\nCaveats\n=======\nThe API is **extremely** limited at the moment. It solves few select use cases in the app I'm working on.\n\nUnlike some other FloatingActionButton libraries this library doesn't implement \"quick return\" pattern, i.e. hiding the button on scrolling down and showing it on scrolling up. That's intentional, I think that should be responsibility of another component, not the button itself.\n\nThis library is `minSdkVersion=14` and if that changes, the version number will be increased, not decreased. It means that Honeycomb, Gingerbread or - gods forbid - Froyo, won't ever be supported. I won't even consider merging pull requests fully implementing support for older versions. We need to move on as Android community and focus on delivering value for 95% of users of modern Android OS instead of jumping through burning hoops to support ancient devices with ancient OS.\n\nIf you **really** require support for older Android versions, [str4d](https://github.com/str4d) maintains [a version of this library with `minSdkVersion=4`](https://github.com/str4d/android-floating-action-button).\n\nCredits\n=======\nI used [FloatingActionButton](https://github.com/makovkastar/FloatingActionButton) library by [Oleksandr Melnykov](https://github.com/makovkastar) as a base for development.\n\n## Copyright and license\n\nCopyright 2014 Zendesk\n\nLicensed under the [Apache License, Version 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzendesk%2Fandroid-floating-action-button","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzendesk%2Fandroid-floating-action-button","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzendesk%2Fandroid-floating-action-button/lists"}