A custom Android UI library that provides styled buttons.
Add it in your root build.gradle at the end of repositories:
allprojects { repositories { maven { url 'https://jitpack.io' } } }
Add this implementation 'com.github.klaus19:frosty:1.0.0' in your build.gradle file