stanipintjuk / Silverfish

A simple and lightweight launcher for Android.
GNU General Public License v3.0
44 stars 17 forks source link

Irregular icon sizes #2

Closed ImAnnoying closed 8 years ago

ImAnnoying commented 8 years ago

Some icons are small, while others are really big, leading to a somewhat confusing menu. Is there a way to scale all icons to the same size?

ImAnnoying commented 8 years ago

I'm unable to attach an image from mobile so here's a link to the screenshot. http://i.imgur.com/R3S4ETv.png

stanipintjuk commented 8 years ago

Yup, I just noticed this problem my self. It should be easy to fix (it is probably enough to set a constant width and height dp for the image view in list_item.xml and shortcut_item.xml) but I won't be able to do it until I come home on monday :/

stanipintjuk commented 8 years ago

I managed to find a good internet connection and pushed my commits so this issue should be solved