Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 754 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 754 Bytes

androidemoje

Implement emoje on android

#Sample

    <com.lw.view.EmojiEditText
        android:id="@+id/emoji_edit"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
    
        />
    
    <GridView
        android:id="@+id/emoji_list"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_below="@id/emoji_edit"
        android:numColumns="5"
        android:verticalSpacing="0dp"
        android:horizontalSpacing="0dp"
        android:gravity="center"
        >
    </GridView>

#Detail See my blog

#Preview preview