emoji_grid.xml
748 Bytes
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<com.vhall.uilibs.util.emoji.EmojiGridView
android:id="@+id/gv_emoji"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:layout_marginBottom="6dp"
android:layout_marginTop="6dp"
android:fadingEdge="none"
android:gravity="center"
android:listSelector="@null"
android:numColumns="7"
android:scrollbars="none"
android:verticalSpacing="5dp" />
</LinearLayout>