I am developing a keyboard for a new language that is not supported by android. I have design fonts that are to be used. How can I use the font to design keyboard in Andriod?
Asked
Active
Viewed 71 times
0
-
as far as I know, keyboard consists of the buttons. So you apply a custom font to it same way as for a regular button. – Vladyslav Matviienko May 10 '17 at 09:06
-
thanks @VladMatvienko. I was thinking of similar idea but I couldn't include the font to display the characters and stream them on the input text field – yabets May 10 '17 at 11:34
-
that's another thing. The application, that is using your keyboard should support your characters in it's font too – Vladyslav Matviienko May 10 '17 at 20:07
-
for example in andriod message, by having my font attached to keyboard will the characters be supported? – yabets May 11 '17 at 07:45
-
1no, since *android message* is another application. *another application* should support those characters too. – Vladyslav Matviienko May 11 '17 at 09:03