ground-android
ground-android copied to clipboard
[Data collection] Keyboard obscures "Name this location" dialog
When the keyboard appears on some devices it covers the "Cancel" and "Save" buttons either partly or entirely.
Hi, I'd like to work on this issue. Please assign it to me.
Hi, I'd like to work on this issue. Please assign it to me.
Sure. How would you propose fixing this?
@shobhitagarwal1612 Should we use a custom Dialog for all our dialogs, because if we use AlertDialog, this internally use AlertDialogFlowRow to render the buttons and once the keyboard is there on the screen either the buttons get behind it or even if we use imePadding, the dialog will get resize and the button shifts to bottom.
WDYT?