TomerPacific/LaundrySymbols

Right side of screen gets truncated on certain devices

Closed this issue · 2 comments

On certain devices, screens with four laundry symbols per row, get truncated on their right side:

qemu-system-i386_0msCjRycw6

Investigate the cause of this issue (layout is wrapped inside of a scroll view) and fix it.

Issue has to do with imageviews having a fixed width and not being able to shrink according to screen size. Removing the wrapping scroll view and adding weights seems to solve the problem.

Fixed in version 1.5