taltstidl / AppCompat-Extension-Library

A library that builds on the AppCompat Design Library and provides additional common components such as AccountHeaderView, FloatingActionMenu, CircleImageView, Picker Dialogs, FlexibleToolbarLayout, Delightful Detail Drawables and TypefaceCompat.
Apache License 2.0
304 stars 42 forks source link

Add FlexibleToolbarLayout #4

Closed taltstidl closed 8 years ago

taltstidl commented 8 years ago

The Design Support Library has a component called CollapsingToolbarLayout which is quite cool when used with a parallax image and only text. I can think of a few annoyances though, that I'd like to fix in my own version of this (FlexibleToolbarLayout):

taltstidl commented 8 years ago

This is implemented now. The only thing left are a few minor improvements (better rtl support, methods for manually expanding and collapsing maybe) which have been migrated to Issue #9.