billthefarmer / editor

Android simple text editor
https://billthefarmer.github.io/editor
GNU General Public License v3.0
474 stars 85 forks source link

Are icons a little too big? #157

Closed GiovanniSalmeri closed 3 years ago

GiovanniSalmeri commented 3 years ago

Thank you very much for your excellent Editor, it suits perfectly my needs! Just a tiny fussy remark regarding the icons: aren't they a little too big? I do not know if there are guidelines in Material style, but all other apps I use have somewhat smaller icons (pencil, floppy ecc.) and so Editor seems esthetically a bit out of place among them.

billthefarmer commented 3 years ago

All the UI icons in my apps are from resources provided by Google on the android developers site. They come in a selection of sizes, it's down to the implementation of the android UI on each device to pick the appropriate size. The actual app icons are provided in a range of sizes as well. See https://developer.android.com/training/multiscreen/screendensities#TaskProvideAltBmp

GiovanniSalmeri commented 3 years ago

Strange... Anyway I know too little about Android to be able to say anything sensible about that. I consider the issue closed, thank you very much for the answer!