SuperToolbar
Android native Toolbar on steroids.
Specs
Some key features are:
- Animate the toolbar elevation when scrolling.
- Center toolbar title
- Light title font
Also, it has been written 100% in Kotlin. ❤️
Download
This library is available in jitpack, so you need to add this repository to your root build.gradle at the end of repositories:
Add the dependency:
Sample Project
We have a sample project in Kotlin that demonstrates the lib usages here.
Usage
It is recommended to check the sample project to get a complete understanding of all the features offered by the library.
In order to show the toolbar elevation you just need to call:
If what to have the same effect found in Google Messages app for example, you to add a scroll listener to your RecyclerView or ScrollView.
An on the callback of the listener you use the method above.
Here is an example:
Customization
The are a group of general properties that you can define. These properties will be applied to all the SuperBottomSheet in your project.