nbossard / packlist

An Android open-source packing-list helper for your next trip.
Apache License 2.0
12 stars 9 forks source link

"lets go" button is cut off in landscape screen mode #71

Open fabianmani opened 6 years ago

fabianmani commented 6 years ago

Expected behavior

I expected I'd be able to register my trips in any screen orientation of my device.

Actual behavior

The "let's go" button which serves and the enter or save button is cut off in landscape mode

How to reproduce

Recording Of The Bug

https://youtu.be/NzS8m01CRS4



Posted on Utopian.io - Rewarding Open Source Contributors

nbossard commented 6 years ago

Thanks for this very detailed report. I will try fixing it on Monday evening. Nice Easter, Nicolas

nbossard commented 6 years ago

Ok, work is in progress, A bit slow because of migration to android studio 3.1.

Button will be moved to action bar, as you can see in "google contact" app for example, when editing a contact. Will require screen to include a scrollview anyway just in case of very small screen. Done it, in a new branch. test is in progress.