You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
As most of us know, the
Actionbar
has been deprecated in L, The useToolbar
requires the base theme to inherit fromNoActionBar
theme thus causing library to crash, If someone has workaround or suggestion how to achieve this usingToolbar
, help is most appreciated.The text was updated successfully, but these errors were encountered: