{"id":14868085,"url":"https://github.com/dmitrymalk/circular-with-floating-action-button","last_synced_at":"2025-04-05T15:06:24.803Z","repository":{"id":57727669,"uuid":"55895363","full_name":"dmitrymalk/circular-with-floating-action-button","owner":"dmitrymalk","description":"Circular progress with fab integration (a circular loader is integrated with a floating action button, material progress circle and FloatingActionButton, fab with a progress indicator ring, android, material design).","archived":false,"fork":false,"pushed_at":"2020-05-08T18:31:23.000Z","size":275,"stargazers_count":503,"open_issues_count":3,"forks_count":70,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-03-29T14:07:43.011Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"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/dmitrymalk.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":"2016-04-10T11:34:02.000Z","updated_at":"2024-10-22T09:53:29.000Z","dependencies_parsed_at":"2022-08-30T09:12:02.926Z","dependency_job_id":null,"html_url":"https://github.com/dmitrymalk/circular-with-floating-action-button","commit_stats":null,"previous_names":["dmitrygr95/circular-with-floating-action-button","dmitrymalk/circular-with-floating-action-button","dmitrymalkovich/circular-with-floating-action-button"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitrymalk%2Fcircular-with-floating-action-button","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitrymalk%2Fcircular-with-floating-action-button/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitrymalk%2Fcircular-with-floating-action-button/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitrymalk%2Fcircular-with-floating-action-button/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmitrymalk","download_url":"https://codeload.github.com/dmitrymalk/circular-with-floating-action-button/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353745,"owners_count":20925329,"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-20T05:01:31.671Z","updated_at":"2025-04-05T15:06:24.781Z","avatar_url":"https://github.com/dmitrymalk.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"# Circular loader integrated with a floating action button.\n\n[![Crates.io](https://img.shields.io/crates/l/rustc-serialize.svg?maxAge=2592000)]() [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-circular--with--floating--action--button-green.svg?style=true)](https://android-arsenal.com/details/1/3485) [![Bintray](https://img.shields.io/bintray/v/asciidoctor/maven/asciidoctorj.svg?maxAge=2592000)](https://bintray.com/dmitrymalkovich/maven/progress-fab/view)\n\nAdd a circular progress bar to any existing fab. Idea was to not create custom floating action button, but help to **integrate existing circular progress with existing floating action button** like described here: https://www.google.com/design/spec/components/progress-activity.html#progress-activity-types-of-indicators.\n\n\u003cimg width=\"359\" alt=\"screen shot 2016-04-17 at 20 00 03\" src=\"https://cloud.githubusercontent.com/assets/2931932/14588785/b15cb84a-04da-11e6-9771-b0e54b6a6201.png\"/\u003e\n\n### Sample Project\n\nYou can download the sample APK here: https://github.com/DmitryMalkovich/circular-with-floating-action-button/releases/tag/v1.6\n\n### Usage\n\n- Add to your project via **Gradle**\n```\ncompile 'com.dmitrymalkovich.android:progress-fab:1.6'\n```\n- Add your progress bar and floating action button to ProgressFloatingActionButton in your layout\n\n```xml\n\u003ccom.dmitrymalkovich.android.ProgressFloatingActionButton\n        android:layout_width=\"wrap_content\"\n        android:layout_height=\"wrap_content\"\n        android:layout_margin=\"@dimen/fab_margin\"\n        android:clickable=\"true\"\u003e\n\n        \u003candroid.support.design.widget.FloatingActionButton\n            android:layout_width=\"wrap_content\"\n            android:layout_height=\"wrap_content\"\n            android:src=\"@drawable/ic_backup_black_24dp\" /\u003e\n\n        \u003cProgressBar\n            style=\"@style/Widget.AppCompat.ProgressBar\"\n            android:layout_width=\"wrap_content\"\n            android:layout_height=\"wrap_content\" /\u003e\n\n    \u003c/com.dmitrymalkovich.android.ProgressFloatingActionButton\u003e\n```\n\n\u003cimg width=\"60%\" src=\"https://cloud.githubusercontent.com/assets/2931932/14582337/84424940-040a-11e6-9236-d362606055bb.png\" /\u003e\n\n## Contributing\n\nJust make pull request! \n\n### External contributors\n\n* [Tunous](https://github.com/Tunous)\n* [ligi] (https://github.com/ligi)\n* [TKolbusz] (https://github.com/TKolbusz)\n\n## License\n\nCopyright 2016 Dmitry Malkovich\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmitrymalk%2Fcircular-with-floating-action-button","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmitrymalk%2Fcircular-with-floating-action-button","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmitrymalk%2Fcircular-with-floating-action-button/lists"}