quitegreensky / akivymd

A set of fancy widgets for KivyMD
MIT License
40 stars 9 forks source link

Registered the AKivymd classes in Kv language #1

Closed kengoon closed 4 years ago

kengoon commented 4 years ago

I registered all the AKivymd classes in Kv language, so no need to import it through python file again. The only import needed is the "import akivymd" in python file or "#:import akivymd akivymd" in the root kv file. So anyone can use the AKivmd classes directly in the kv language without any other import statement after the initial "import akivymd" statement in python file or kivy file.

I also modified the codes in the demo app

quitegreensky commented 4 years ago

I merged your first two commits because i want to leave the demo app as it is for now. Thanks 🎖️

kengoon commented 4 years ago

I merged your first two commits because i want to leave the demo app as it is for now. Thanks medal_military

ok