aboutsummaryrefslogtreecommitdiffstats
path: root/example/res/layout/listview_row_layout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'example/res/layout/listview_row_layout.xml')
-rw-r--r--example/res/layout/listview_row_layout.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/example/res/layout/listview_row_layout.xml b/example/res/layout/listview_row_layout.xml
new file mode 100644
index 0000000..62e2133
--- /dev/null
+++ b/example/res/layout/listview_row_layout.xml
@@ -0,0 +1,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"
+ /> \ No newline at end of file