lespas
lespas copied to clipboard
GPX import, time difference field not visible
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- try to import a GPX file
- text field is invisible due to long suffix
Expected behavior be able to see what time difference is currently allowed
Screenshots
Smartphone (please complete the following information):
- Device: LG G8s
- OS: Android 12
- Version: 2.9.10
Possible solution:
switch the long text to a android:hint
in the TextInputLayout
and replace the suffix by just mins
or something equivalent. Can open a PR