aboutsummaryrefslogtreecommitdiffstats
path: root/example/res/layout/listview_row_layout.xml
blob: 62e213356cf808420dfb3f752a12c09d407b985c (plain)
1
2
3
4
5
6
7
<github.ankushsachdeva.emojicon.EmojiconTextView 
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:emojicon="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    emojicon:emojiconSize="28sp"
    />