ManuelPeinado / FadingActionBar

Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Material Toolbar

nitinmishra27 opened this issue · comments

As most of us know, the Actionbar has been deprecated in L, The use Toolbar requires the base theme to inherit from NoActionBar theme thus causing library to crash, If someone has workaround or suggestion how to achieve this using Toolbar, help is most appreciated.

Hi, as most people have probably noticed I don't have much time to devote to the library. I'm aware that Toolbar is way to go after Lollipop and my library is basically deprecated until I add support for it, but I don't know when I will find the time to add it.

Probably not what you're looking for but I recently published a gist that shows how to achieve the fading action bar effect using the support library version of Toolbar.

Hi @ManuelPeinado have you published any gist for ListView with Toolbar, please if you can provide us with one, It'll be highly grateful, also for fading title I've a fork.