{"id":3503,"url":"https://github.com/ManuelPeinado/FadingActionBar","last_synced_at":"2025-08-12T01:31:07.273Z","repository":{"id":8636036,"uuid":"10283400","full_name":"ManuelPeinado/FadingActionBar","owner":"ManuelPeinado","description":"Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app","archived":false,"fork":false,"pushed_at":"2018-05-05T22:06:23.000Z","size":15076,"stargazers_count":2866,"open_issues_count":87,"forks_count":675,"subscribers_count":137,"default_branch":"master","last_synced_at":"2024-12-06T00:03:07.986Z","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-05-25T11:50:00.000Z","updated_at":"2024-11-13T10:18:33.000Z","dependencies_parsed_at":"2022-09-26T21:41:26.528Z","dependency_job_id":null,"html_url":"https://github.com/ManuelPeinado/FadingActionBar","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManuelPeinado%2FFadingActionBar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManuelPeinado%2FFadingActionBar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManuelPeinado%2FFadingActionBar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManuelPeinado%2FFadingActionBar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ManuelPeinado","download_url":"https://codeload.github.com/ManuelPeinado/FadingActionBar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229474390,"owners_count":18078596,"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-01-05T20:16:43.369Z","updated_at":"2024-12-13T22:30:39.239Z","avatar_url":"https://github.com/ManuelPeinado.png","language":"Java","funding_links":[],"categories":["Libraries","Index `(light-weight pages)`","CN","Java","Index","Libs","库","Uncategorized"],"sub_categories":["GUI","[ManuelPeinado](https://github.com/ManuelPeinado)","\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget","[](https://github.com/JStumpp/awesome-android/blob/master/readme.md#actionbar)ActionBar","Uncategorized"],"readme":"FadingActionBar\n==================\n\nFadingActionBar is a library which implements the cool fading action bar effect that can be seen in the new Play Music app.\n\nThis library uses the techniques outlined by Cyril Mottier in [a popular blog post][1].\n\nThe three most commonly used action bar implementations are supported: stock (API 11+), ActionBarCompat and ActionBarSherlock.\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.fadingactionbar.demo\"\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.fadingactionbar:fadingactionbar:3.1.2'\n    }\n    \nIf 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.fadingactionbar:fadingactionbar-abc:3.1.2'\n        // Or the following if your project uses ActionBarSherlock\n        compile 'com.github.manuelpeinado.fadingactionbar:fadingactionbar-abs:3.1.2'\n    }\n\n\nUsage\n-----\n\nUsing the library is really simple, just look at the source code of the provided samples:\n\n* [If your content should be in a `ScrollView`][4].\n* [If your content should be in a `ListView`][5].\n* [If your content is a `WebView`][6].\n\nYou can even use the library [from a fragment][7], which is useful when implementing a dual phone/tablet layout.\n\nSee the demos included in the sample application for a complete overview of the features supported by the library.\n\nKnown Issues\n------------\n\nThere is an important issue with the library and ListViews. More specifically, things don't work quite right when the activity is re-created due to a configuration change. So, unless you handle configuration changes yourself (or your activity is portrait/landscape only), I strongly suggest you stick to having your content in a ScrollView until a solution to this issue is found.\n\n\nAcknowledgements\n--------------------\n\n* Thanks to [Cyril Mottier][8] for sharing the techniques that make this library possible.\n* Thanks to [Antonio Leiva][9] for writing the Navigation Drawer sample.\n* Thanks to [Michał Motyczko][10] for coming up with a fix for an important bug.\n\n\nWho's using it\n--------------\n\n* [#ДАНСwithme][11]. This app attempts to organise information from various social network streams into a single source.\n* [Pearl Jam Lyrics][12]. Unofficial app for Pearl Jam fans that want to have all the lyrics of their favorite band in the palm of their hands.\n* [Weatherize][13]. A weather app that is designed to look great and tell you the weather like a human does, not a machine.\n* [Last.fm for Android][14]. Do you think the official Last.fm app feels a little bit outdated? Check out this one! It has a scrobbler, and a non-ugly holo interface.\n* [Watch South Park Episodes][15]. Watch full-length South Park episodes directly from your phone! Browse through your favorite season or search for your favorite episode!\n* [Gas Monitor][16]. An application designed around individuals who keep track of their fill history on their vehicles: from price, gallons, date purchased, and miles traveled.\n* [RSS Reader][17]. Get all your news in a simple and fluid application.\n* [Night of the museums][18]. A unique and easy way to be closer to the art and history of the region of Yekaterinburg, Nevyansk, Irbit and Nizhny Tagil (Russia).\n* [Lffl Feed Reader][19]. Lffl feed reader is a free app that allows you to stay up to date on the latest news of your favorite linux blogs using a modern and minimal interface.\n* [Club Douala Ravensburg][20]. This app gives you access to the program of the Club Douala Ravensburg (Germany).\n\n*Does your app use FadingActionBar? 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,2014 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://cyrilmottier.com/2013/05/24/pushing-the-actionbar-to-the-next-level/\n [2]: https://raw.github.com/ManuelPeinado/FadingActionBar/master/art/readme_pic.png\n [3]: https://github.com/ManuelPeinado/FadingActionBar/tree/master/samples-stock\n [4]: https://github.com/ManuelPeinado/FadingActionBar/blob/master/samples-stock/src/com/manuelpeinado/fadingactionbar/demo/ScrollViewActivity.java\n [5]: https://github.com/ManuelPeinado/FadingActionBar/blob/master/samples-stock/src/com/manuelpeinado/fadingactionbar/demo/ListViewActivity.java\n [6]: https://github.com/ManuelPeinado/FadingActionBar/blob/master/samples-stock/src/com/manuelpeinado/fadingactionbar/demo/WebViewActivity.java\n [7]: https://github.com/ManuelPeinado/FadingActionBar/blob/master/samples-stock/src/com/manuelpeinado/fadingactionbar/demo/SampleFragment.java\n [8]: http://cyrilmottier.com\n [9]: https://github.com/antoniolg\n [10]: https://github.com/mozarcik/\n [11]: https://play.google.com/store/apps/details?id=com.yavorivanov.android.danswithme\n [12]: https://play.google.com/store/apps/details?id=com.juannale.pearljamlyricsapp\n [13]: https://play.google.com/store/apps/details?id=com.etheralstudios.weatherize\n [14]: https://play.google.com/store/apps/details?id=com.garli.lastfm\n [15]: https://play.google.com/store/apps/details?id=com.praxis.splol\n [16]: https://play.google.com/store/apps/details?id=com.designloaf.gasmonitor\n [17]: https://play.google.com/store/apps/details?id=com.simukoni.mobile.rss\n [18]: https://play.google.com/store/apps/details?id=ru.xlebstudio.nightmuseum\n [19]: https://play.google.com/store/apps/details?id=com.ivanenr.lfflfeedreader\n [20]: https://play.google.com/store/apps/details?id=com.mikebdev.douala\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FManuelPeinado%2FFadingActionBar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FManuelPeinado%2FFadingActionBar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FManuelPeinado%2FFadingActionBar/lists"}