diff options
author | Christian Schneppe <christian@pix-art.de> | 2016-10-26 21:50:14 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2016-10-26 21:50:14 +0200 |
commit | 5439d4ec74028fe55e5fb03372f17257d3acd1c9 (patch) | |
tree | 904f4e95c596e0f7ab57b955e55ea188aa578ec4 /src/main/res/layout | |
parent | ee55f4c234cea2ee89a60c606bd20e4cce230cb2 (diff) |
Remove spans on copying or pasting a text
Diffstat (limited to 'src/main/res/layout')
-rw-r--r-- | src/main/res/layout/message_received.xml | 2 | ||||
-rw-r--r-- | src/main/res/layout/message_sent.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/layout/message_received.xml b/src/main/res/layout/message_received.xml index 155a2bbc2..5d5fb7c43 100644 --- a/src/main/res/layout/message_received.xml +++ b/src/main/res/layout/message_received.xml @@ -56,7 +56,7 @@ android:maxHeight="400dp" android:maxWidth="400dp" /> - <github.ankushsachdeva.emojicon.EmojiconTextView + <de.pixart.messenger.ui.widget.CopyTextView android:id="@+id/message_body" emojicon:emojiconSize="28sp" android:layout_width="wrap_content" diff --git a/src/main/res/layout/message_sent.xml b/src/main/res/layout/message_sent.xml index 7dcf0932b..5c414ed2c 100644 --- a/src/main/res/layout/message_sent.xml +++ b/src/main/res/layout/message_sent.xml @@ -57,7 +57,7 @@ android:maxHeight="400dp" android:maxWidth="400dp" /> - <github.ankushsachdeva.emojicon.EmojiconTextView + <de.pixart.messenger.ui.widget.CopyTextView android:id="@+id/message_body" emojicon:emojiconSize="28sp" android:layout_width="wrap_content" |