zeuxisoo/android-emoji-keyboard

How to use this with Stickers instead of Keycode?

darmie opened this issue · 1 comments

Hi I am trying to achieve a stickers keyboard like this

screenshot_20161108-211238

Hello, Thank you for your question.

The aim of the project is trying to custom emoji keyboard for a system.
In your question, you may need to implement keyboard layout for your app.

So, I think the activity will like this, and trigger the keyboard view by some action:

<StickerKeyboardLayout>
    <LinearLayout>
        <AppBarLayout>
            <Toolbar></Toolbar>
        </AppBarLayout>
        <ListView>
        </ListView>
    </LinearLayout>
</StickerKeyboardLayout>