This is a simple library which contains a custom toolbar and constraint layout that provide a modern look. The library colors changes based on the application primary color and on primary color.
A simple example is provided to examine the library features
To use this library you need to follow the simple instruction:
Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
...
implementation 'com.github.omar67.My_Toolbar_Library:modern-container:1.0.3'
}