diff options
author | lookshe <github@lookshe.org> | 2016-03-20 16:15:17 +0100 |
---|---|---|
committer | lookshe <github@lookshe.org> | 2016-03-20 16:15:17 +0100 |
commit | 90bbe035e9efdff72241c8a0d87000fdba482a6b (patch) | |
tree | 506ca0cd571fbedeee206280e0f1d2d9a9ba0d7b /src/main/res/layout/fragment_conversation.xml | |
parent | 89082f1c68fb60cf6e7c1d8533696976377fcfde (diff) |
Fixes FS#143 - Displaying of emoticons too large
Diffstat (limited to 'src/main/res/layout/fragment_conversation.xml')
-rw-r--r-- | src/main/res/layout/fragment_conversation.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index c3a86616..c5a6595c 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/src/main/res/layout/fragment_conversation.xml @@ -55,7 +55,8 @@ android:paddingLeft="8dp" android:paddingRight="8dp" android:paddingTop="12dp" - android:textColor="@color/primaryText" > + android:textColor="@color/primaryText" + app:emojiconSize="?attr/EmojiconSizeInput" > <requestFocus /> </de.thedevstack.conversationsplus.ui.EditMessage> |