rockerhieu / emojicon

A library to show emoji in TextView, EditText (like WhatsApp) for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just one column emoji in io.github.rockerhieu.emojicon.EmojiconsView

wanyt opened this issue · comments

I copy the code in com.rockerhieu.emojicon.example.EmojiconsActivity and R.layout.activity_emojicons into my project, when I run my project it just one column emoji in EmojiconsView. This is the picture link: http://oc3k2hfgm.bkt.clouddn.com/282515153315829018.jpg, Can you help me to solve the problem.

You can specify the number of column just like you can with a normal GridView. See https://github.com/rockerhieu/emojicon/blob/master/library/src/main/res/values/styles.xml.

two different namespace !!!!
the codebase namespace is: io.github.rockerhieu
but gradle jar file com.rockerhieu.emojicon

and all side conflicts!!

there is EmojiconPage struct in

compile group: 'io.github.rockerhieu', name: 'emojicon', version: '1.3.4'