francoisfds / BikeSharingHub

Shared bikes for Android
GNU General Public License v3.0
18 stars 10 forks source link

Use all screen height on phones with rounded edges? #37

Closed Altonss closed 1 year ago

Altonss commented 2 years ago

The bottom of the screen is black on phones with rounded edges, so we could utilise more screen space on these devices :)

francoisfds commented 2 years ago

Hello. I didn't notice there was a black area at the bottom until now, but there is ! It is very small but I believe that it is quite noticeable on smartphone with rounded edges. It seems that the issue don't appear on old Android versions like Android 5 for example, but it appears on recent Android.

Hopefully, I am currently migrating the app to targets Android 11 and it seems that the migration made this issue disapear (can't say how). So the fix will be in the next release if I'm right.

Altonss commented 2 years ago

Hello. I didn't notice there was a black area at the bottom until now, but there is ! It is very small but I believe that it is quite noticeable on smartphone with rounded edges. It seems that the issue don't appear on old Android versions like Android 5 for example, but it appears on recent Android.

Hopefully, I am currently migrating the app to targets Android 11 and it seems that the migration made this issue disapear (can't say how). So the fix will be in the next release if I'm right.

On an Android 12 device the black area is pretty big, but I will wait for the next release and give further feedback :)

Altonss commented 1 year ago

It is fixed with the latest release, thanks!