markusfisch / BinaryEye

Yet another barcode scanner for Android
https://play.google.com/store/apps/details?id=de.markusfisch.android.binaryeye
MIT License
1.42k stars 117 forks source link

Main layout is broken #361

Closed inglar closed 8 months ago

inglar commented 1 year ago

Main layout seems to be broken. Crop button is out of screen. @markusfisch, could you fix that?

Screenshot_2023-03-07-12-27-37-61_a0aa29124cd502a33492270b004311eb

App version 1.59.0 "Show cropping limiter" option is on. Device/OS info

Screenshot_2023-03-07-12-28-24-18_fc704e6b13c4fb26bf5e411f75da84f2
markusfisch commented 1 year ago

Ah, I know this is a bit tricky, sorry for that 🙈 I think it's not broken - the crop button is just at the edge of the cropping window that is allowed to cover the whole screen. Since the crop bottom is always centered on the edge of the cropping window, this means the button can be half off the screen.

But you can still move it! It may just be a little bit tricky with Android's new gesture navigation. Because the button is so near to the edge of the screen, you need to move the button vertical first to avoid triggering Android's back gesture 😬 I know this isn't ideal.

inglar commented 1 year ago

@markusfisch, thanks. Vertical movement works!