aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/message_received.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-09-09 22:11:30 +0200
committerChristian Schneppe <christian@pix-art.de>2016-09-09 22:11:30 +0200
commitc88df3c1da4afef3fdeb4301a096a5aee65b06f2 (patch)
treee9870d20f4d7a52888868d107b19da731888f5c4 /src/main/res/layout/message_received.xml
parent4afe339ec32b8d180d913bcf07adf880b4899965 (diff)
add new emoji library
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/message_received.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/res/layout/message_received.xml b/src/main/res/layout/message_received.xml
index d7076fffc..2f47dabb4 100644
--- a/src/main/res/layout/message_received.xml
+++ b/src/main/res/layout/message_received.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
+ xmlns:emojicon="http://schemas.android.com/apk/res-auto"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
@@ -54,8 +55,9 @@
android:maxHeight="400dp"
android:maxWidth="400dp" />
- <io.github.rockerhieu.emojicon.EmojiconTextView
+ <github.ankushsachdeva.emojicon.EmojiconTextView
android:id="@+id/message_body"
+ emojicon:emojiconSize="28sp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:autoLink="web"