use of sj.keyboard.EmoticonsKeyBoardPopWindow in project XhsEmoticonsKeyboard by w446108264.
the class SimpleCommentActivity method initKeyBoardPopWindow.
private void initKeyBoardPopWindow() {
mKeyBoardPopWindow = new EmoticonsKeyBoardPopWindow(SimpleCommentActivity.this);
EmoticonClickListener emoticonClickListener = SimpleCommonUtils.getCommonEmoticonClickListener(etContent);
PageSetAdapter pageSetAdapter = new PageSetAdapter();
SimpleCommonUtils.addEmojiPageSetEntity(pageSetAdapter, this, emoticonClickListener);
SimpleCommonUtils.addXhsPageSetEntity(pageSetAdapter, this, emoticonClickListener);
mKeyBoardPopWindow.setAdapter(pageSetAdapter);
}
Aggregations