From 90bbe035e9efdff72241c8a0d87000fdba482a6b Mon Sep 17 00:00:00 2001 From: lookshe Date: Sun, 20 Mar 2016 16:15:17 +0100 Subject: Fixes FS#143 - Displaying of emoticons too large --- src/main/res/layout/conversation_list_row.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/res/layout/conversation_list_row.xml') diff --git a/src/main/res/layout/conversation_list_row.xml b/src/main/res/layout/conversation_list_row.xml index 9f040676..74e84593 100644 --- a/src/main/res/layout/conversation_list_row.xml +++ b/src/main/res/layout/conversation_list_row.xml @@ -88,7 +88,7 @@ android:text="This is a placeholder text to show the last messages" android:textColor="@color/primaryText" android:textSize="?attr/TextSizeBody" - app:emojiconSize="20sp" /> + app:emojiconSize="?attr/EmojiconSizeBody" />