{"id":13396340,"url":"https://github.com/ManuelPeinado/GlassActionBar","last_synced_at":"2025-03-13T23:30:51.285Z","repository":{"id":9101353,"uuid":"10880863","full_name":"ManuelPeinado/GlassActionBar","owner":"ManuelPeinado","description":"Android - a library that adds a glass-like effect to the action bar.","archived":false,"fork":false,"pushed_at":"2018-05-05T22:06:20.000Z","size":9962,"stargazers_count":1215,"open_issues_count":9,"forks_count":232,"subscribers_count":67,"default_branch":"master","last_synced_at":"2024-07-31T18:17:08.525Z","etag":null,"topics":[],"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/ManuelPeinado.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-23T08:44:04.000Z","updated_at":"2024-05-17T06:50:18.000Z","dependencies_parsed_at":"2022-07-12T15:03:21.301Z","dependency_job_id":null,"html_url":"https://github.com/ManuelPeinado/GlassActionBar","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManuelPeinado%2FGlassActionBar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManuelPeinado%2FGlassActionBar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManuelPeinado%2FGlassActionBar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManuelPeinado%2FGlassActionBar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ManuelPeinado","download_url":"https://codeload.github.com/ManuelPeinado/GlassActionBar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243141231,"owners_count":20242818,"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-07-30T18:00:45.934Z","updated_at":"2025-03-13T23:30:51.248Z","avatar_url":"https://github.com/ManuelPeinado.png","language":"Java","funding_links":[],"categories":["Index `(light-weight pages)`","CN","Index","Java","Libs","Uncategorized"],"sub_categories":["[ManuelPeinado](https://github.com/ManuelPeinado)","\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget","Uncategorized"],"readme":"GlassActionBar\n==================\n\nGlassActionBar is an Android library which implements a glass-like effect for the action bar. \n\nThe three most commonly used action bar implementations are supported: stock (API \u003e13), ActionBarCompat and ActionBarSherlock. \n\nThe code of this library is based on techniques outlined by Nicolas Pomepuy in [a recent blog post][1].\n\n![Example Image][2]\n\nTry out the sample application:\n\n\u003ca href=\"https://play.google.com/store/apps/details?id=com.manuelpeinado.glassactionbardemo\"\u003e\n  \u003cimg alt=\"Android app on Google Play\"\n       src=\"https://developer.android.com/images/brand/en_app_rgb_wo_45.png\" /\u003e\n\u003c/a\u003e\n\nOr browse the [source code of the sample application][3] for a complete example of use.\n\nIncluding in your project\n-------------------------\n\nThe library is pushed to Maven Central as a AAR, so you just need to add the following dependency to your `build.gradle`.\n    \n    dependencies {\n        compile 'com.github.manuelpeinado.glassactionbar:glassactionbar:0.3.0'\n    }\n    \nOr if your project doesn't use the stock action bar, but one of the compatibility implementations, you would use the following:\n\n    dependencies {\n        // Use the following if your project uses ActionBarCompat\n        compile 'com.github.manuelpeinado.glassactionbar:glassactionbar-abc:0.3.0'\n        // Or the following if your project uses ActionBarSherlock\n        compile 'com.github.manuelpeinado.glassactionbar:glassactionbar-abs:0.3.0'\n    }\n\nUsage\n-----\n\nUsing the library is really simple, just look at the source code of the provided samples:\n* [Stock action bar][3].\n* [ActionBarCompat][4]\n* [ActionBarSherlock][5]\n\n\nAcknowledgements\n--------------------\n\n* Thanks to [Nicolas Pomepuy][1] for sharing the techniques that make this library possible.\n* The gaussian blur effect is based on code by [Mario Klingemann][8] which was ported to Android by [Yahel Bouaziz][9].\n* NotifyingScrollView class by [Cyril Mottier][10].\n* The project organization is heavily inspired by Chris Bane's [ActionBar-PullToRefresh][11] library.\n* Cat icon by [Davic Vignoni][12].\n\nWho's using it\n--------------\n\n*Does your app use GlassActionBar? If you want to be featured on this list drop me a line.*\n\n\nDeveloped By\n--------------------\n\nManuel Peinado Gallego - \u003cmanuel.peinado@gmail.com\u003e\n\n\u003ca href=\"https://twitter.com/mpg2\"\u003e\n  \u003cimg alt=\"Follow me on Twitter\"\n       src=\"https://raw.github.com/ManuelPeinado/NumericPageIndicator/master/art/twitter.png\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://plus.google.com/106514622630861903655\"\u003e\n  \u003cimg alt=\"Follow me on Google+\"\n       src=\"https://raw.github.com/ManuelPeinado/NumericPageIndicator/master/art/google-plus.png\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"http://www.linkedin.com/pub/manuel-peinado-gallego/1b/435/685\"\u003e\n  \u003cimg alt=\"Follow me on LinkedIn\"\n       src=\"https://raw.github.com/ManuelPeinado/NumericPageIndicator/master/art/linkedin.png\" /\u003e\n\n\nLicense\n-----------\n\n    Copyright 2013 Manuel Peinado\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\n\n\n\n [1]: http://nicolaspomepuy.fr/?p=18\n [2]: https://raw.github.com/ManuelPeinado/GlassActionBar/master/art/readme_pic.png\n [3]: https://github.com/ManuelPeinado/GlassActionBar/tree/master/samples-stock \n [4]: https://github.com/ManuelPeinado/GlassActionBar/tree/master/samples-actionbarcompat\n [5]: https://github.com/ManuelPeinado/GlassActionBar/tree/master/extras-actionbarsherlock\n [6]: https://github.com/mosabua/maven-android-sdk-deployer\n [7]: https://github.com/ManuelPeinado/GlassActionBar/tree/master/samples\n [8]: http://www.quasimondo.com/\n [9]: https://plus.google.com/107352914145283602089\n [10]: http://www.cyrilmottier.com\n [11]: https://github.com/chrisbanes/ActionBar-PullToRefresh  \n [12]: http://www.icon-king.com/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FManuelPeinado%2FGlassActionBar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FManuelPeinado%2FGlassActionBar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FManuelPeinado%2FGlassActionBar/lists"}