-2

Does anyone know how to create on Android custom keyboard with buttons "Attach file" and "Send message". It must have the same mechanic as in most popular chat messengers: Viber, Telegram. Thanks.

Viber keyboard: http://prntscr.com/odoaff

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
yozhik
  • 4,644
  • 14
  • 65
  • 98
  • 2
    Your screenshots do not show a custom keyboard. They show an `ImageView` of a paperclip, what presumably is an `EditText` (with a "Click here to write new message" hint), and an `ImageView` or `ImageButton` for the send button. – CommonsWare Jul 11 '19 at 14:29
  • It should be like in Viber, Telegram or close to any messanger. – yozhik Jul 11 '19 at 14:41
  • 2
    As CommonsWare already said, that's not a keyboard. That's merely a view that gets pushed up when the keyboard is shown. More precisely, that has NOTHING to do with the keyboard. Any view can be pushed up by it. Google a bit – Vucko Jul 11 '19 at 14:41
  • http://prntscr.com/odoaff – yozhik Jul 11 '19 at 14:50

1 Answers1

0

I found what I want here, it also is chat messanger: https://blog.sendbird.com/android-chat-tutorial-building-a-messaging-ui

yozhik
  • 4,644
  • 14
  • 65
  • 98