Awesome KivyMD is a package containing customized and non-material widgets for KivyMD.
Use the package manager pip to install package:
# Latest version
pip install akivymd
# Latest changes
pip install git+https://github.com/quitegreensky/akivymd.git
In this case you must add the following to your buildozer.spec
# Latest version
requirements = kivy,kivymd, akivymd
# Latest changes
requirements = kivy,kivymd, git+https://github.com/quitegreensky/akivymd.git
You can find usage examples in the demo app.