{"id":37192134,"url":"https://github.com/florent37/awesomebar","last_synced_at":"2026-01-14T22:17:18.933Z","repository":{"id":45981195,"uuid":"80423710","full_name":"florent37/AwesomeBar","owner":"florent37","description":"Just beautiful","archived":true,"fork":false,"pushed_at":"2018-10-18T09:41:19.000Z","size":2964,"stargazers_count":872,"open_issues_count":6,"forks_count":137,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-11-09T03:03:03.050Z","etag":null,"topics":["android","awesome","bar","design","java","material","material-design","toolbar"],"latest_commit_sha":null,"homepage":"","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/florent37.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":"2017-01-30T13:28:29.000Z","updated_at":"2025-11-07T17:40:57.000Z","dependencies_parsed_at":"2022-07-18T12:31:50.061Z","dependency_job_id":null,"html_url":"https://github.com/florent37/AwesomeBar","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/florent37/AwesomeBar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florent37%2FAwesomeBar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florent37%2FAwesomeBar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florent37%2FAwesomeBar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florent37%2FAwesomeBar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/florent37","download_url":"https://codeload.github.com/florent37/AwesomeBar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florent37%2FAwesomeBar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28436268,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T21:32:52.117Z","status":"ssl_error","status_checked_at":"2026-01-14T21:32:33.442Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","awesome","bar","design","java","material","material-design","toolbar"],"created_at":"2026-01-14T22:17:18.253Z","updated_at":"2026-01-14T22:17:18.899Z","avatar_url":"https://github.com/florent37.png","language":"Java","funding_links":["https://ko-fi.com/A160LCC'"],"categories":[],"sub_categories":[],"readme":"# AwesomeBar\n\n\n\u003ca href=\"https://goo.gl/WXW8Dc\"\u003e\n  \u003cimg alt=\"Android app on Google Play\" src=\"https://developer.android.com/images/brand/en_app_rgb_wo_45.png\" /\u003e\n\u003c/a\u003e\n\n\n[![screen](https://raw.githubusercontent.com/florent37/AwesomeBar/master/media/awesomebar.gif)](https://www.github.com/florent37/AwesomeBar)\n\n# Usage\n\n```xml\n\u003ccom.github.florent37.awesomebar.AwesomeBar\n            android:id=\"@+id/bar\"\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"wrap_content\"\n            android:background=\"@android:color/white\"\n            app:bar_primaryColor=\"#000000\"\n            app:bar_primaryColorDark=\"#000000\"\n            android:elevation=\"4dp\" /\u003e\n```\n\n```java\nbar.addAction(R.drawable.awsb_ic_edit_animated, \"Compose\");\n\nbar.setActionItemClickListener(new AwesomeBar.ActionItemClickListener() {\n    @Override\n    public void onActionItemClicked(int position, ActionItem actionItem) {\n        Toast.makeText(getBaseContext(), actionItem.getText()+\" clicked\", Toast.LENGTH_LONG).show();\n    }\n});\n\nbar.setOnMenuClickedListener(new View.OnClickListener() {\n    @Override\n    public void onClick(View v) {\n        drawerLayout.openDrawer(Gravity.START);\n    }\n});\n\nbar.displayHomeAsUpEnabled(true / false);\n```\n\nAdd an overflow\n\n```java\nbar.addOverflowItem(\"overflow 1\");\nbar.addOverflowItem(\"overflow 2\");\n\nbar.setOverflowActionItemClickListener(new AwesomeBar.OverflowActionItemClickListener() {\n    @Override\n    public void onOverflowActionItemClicked(int position, String item) {\n\n    }\n});\n```\n\n# Download\n\n\u003ca href='https://ko-fi.com/A160LCC' target='_blank'\u003e\u003cimg height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi1.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /\u003e\u003c/a\u003e\n\nIn your module [![Download](https://api.bintray.com/packages/florent37/maven/AwesomeBar/images/download.svg)](https://bintray.com/florent37/maven/AwesomeBar/_latestVersion)\n```groovy\ncompile 'com.github.florent37:awesomebar:1.0.3'\n```\n\n# Inspiration\n\nGmail Mobile from **Weekz**\n\n[https://material.uplabs.com/posts/gmail-mobile-concept](https://material.uplabs.com/posts/gmail-mobile-concept)\n\n# Changelog\n\n## 1.0.3\n\nCan change backgrond color\n\n## 1.0.2\n\nAdded back button\n\n## 1.0.1\n\nAdded overflow menu\n\n# Credits\n\nAuthor: Florent Champigny [http://www.florentchampigny.com/](http://www.florentchampigny.com/)\n\nFiches Plateau Moto : [https://www.fiches-plateau-moto.fr/](https://www.fiches-plateau-moto.fr/)\n\n\u003ca href=\"https://goo.gl/WXW8Dc\"\u003e\n  \u003cimg alt=\"Android app on Google Play\" src=\"https://developer.android.com/images/brand/en_app_rgb_wo_45.png\" /\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://plus.google.com/+florentchampigny\"\u003e\n  \u003cimg alt=\"Follow me on Google+\"\n       src=\"https://raw.githubusercontent.com/florent37/DaVinci/master/mobile/src/main/res/drawable-hdpi/gplus.png\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://twitter.com/florent_champ\"\u003e\n  \u003cimg alt=\"Follow me on Twitter\"\n       src=\"https://raw.githubusercontent.com/florent37/DaVinci/master/mobile/src/main/res/drawable-hdpi/twitter.png\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.linkedin.com/in/florentchampigny\"\u003e\n  \u003cimg alt=\"Follow me on LinkedIn\"\n       src=\"https://raw.githubusercontent.com/florent37/DaVinci/master/mobile/src/main/res/drawable-hdpi/linkedin.png\" /\u003e\n\u003c/a\u003e\n\n\nLicense\n--------\n\n    Copyright 2017 florent37, Inc.\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%2Fflorent37%2Fawesomebar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflorent37%2Fawesomebar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorent37%2Fawesomebar/lists"}