aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/presence_template.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-09-08 22:46:53 +0200
committerChristian Schneppe <christian@pix-art.de>2016-09-08 22:46:53 +0200
commita42ba44ac15e43222e636126c42b92ec28c43067 (patch)
treeb0ff10c6c0483ab3e3f32100553db83b979fc717 /src/main/res/layout/presence_template.xml
parent8f7e0565f19a95194a385b0db44cc5bcc7ec8562 (diff)
implement emojicon library
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/presence_template.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/layout/presence_template.xml b/src/main/res/layout/presence_template.xml
index aa4ded5a6..f8dd20927 100644
--- a/src/main/res/layout/presence_template.xml
+++ b/src/main/res/layout/presence_template.xml
@@ -17,13 +17,13 @@
android:layout_toLeftOf="@+id/delete_button"
android:layout_toStartOf="@+id/delete_button"
android:layout_marginRight="8dp">
- <TextView
+ <io.github.rockerhieu.emojicon.EmojiconTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/presence_status_message"
android:textColor="@color/black87"
android:textSize="?attr/TextSizeBody"/>
- <TextView
+ <io.github.rockerhieu.emojicon.EmojiconTextView
android:id="@+id/status"
android:layout_width="wrap_content"
android:layout_height="wrap_content"