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.21k stars 663 forks source link

Use a `dp` metric to measure the radius value of `MDNavigationItemIcon` #1677

Closed kengoon closed 4 months ago

kengoon commented 5 months ago

Looks not okay on android

image

Expected

image

https://github.com/kivymd/KivyMD/blob/cfe5aac30f50708c6208c8b33b0ef1aa390721e8/kivymd/uix/navigationbar/navigationbar.kv#L62

Proposed fix

radius: [dp(16),]
HeaTTheatR commented 5 months ago

Yes, most likely a typo