Helium314
Helium314
Could be done, though that would need to optionally replace the sliding key input thing that currently happens when you swipe from `?123` / `ABC` / shift to some other...
Is this only for HeliBoard, or is it independent on which keyboard app is active?
Have you also tried OpenBoard or other AOSP keyboard forks? I remember there was some modification to the hardware keyboard code when I added [hangul](https://github.com/Lee0701/openboard/tree/hangul) input, maybe that broke something.
Not sure whether it works, but having the fake toast in default device style is worth trying. Could you try making a `Toast` without showing it on Android 13+ and...
I find the position somewhat awkward comparing to normal toast messages, but showing some amount above the keyboard definitely is a good idea, as this is _a_. not covering the...
@codokie do you plan to move the notification to the place above the input field, or do you consider this PR done?
I think it might work when you do it in `input_view.xml`. But this might also end up increasing size of the input view, which would be bad. If that doesn't...
You could try something like `android:drawableLeft="@drawable/ic_launcher_round"` in the TextView.
> like in a real toast This is highly dependent on the Android version though, device manufacturers may style the toast, and some custom roms also do this, or let...
Having the message centered may be a (minor) issue in some cases. E.g. in landscape mode it will be on the keyboard, or when height scale is very low it...