kivymd / KivyMD

KivyMD is a collection of Material Design compliant widgets for use with Kivy, a framework for cross-platform, touch-enabled graphical applications. https://youtube.com/c/KivyMD https://twitter.com/KivyMD https://habr.com/ru/users/kivymd https://stackoverflow.com/tags/kivymd
https://kivymd.readthedocs.io
MIT License
2.25k stars 674 forks source link

Change MDActionTop[Bottom]AppBarButton to MDTop[Bottom]AppBarActionButton for consistency #1737

Open TobiasHT5 opened 2 months ago

TobiasHT5 commented 2 months ago

Description of the Feature

The rest of the API in the AppBar module starts with either MDTopAppBar* or MDBottomAppBar* except for the MDAction AppBar buttons. I think it would be better to rename the API to MDTopAppBarActionButton and MDBottomAppBarActionButton for better consistency and predictability