emoticons_item.xml
394 Bytes
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="horizontal">
<ImageView
android:id="@+id/item"
android:layout_width="30dp"
android:layout_height="30dp"
android:focusable="false" />
</LinearLayout>