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/values/attrs.xml | |
parent | 89082f1c68fb60cf6e7c1d8533696976377fcfde (diff) |
Fixes FS#143 - Displaying of emoticons too large
Diffstat (limited to 'src/main/res/values/attrs.xml')
-rw-r--r-- | src/main/res/values/attrs.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/values/attrs.xml b/src/main/res/values/attrs.xml index 0d6d19b1..2cad436c 100644 --- a/src/main/res/values/attrs.xml +++ b/src/main/res/values/attrs.xml @@ -5,6 +5,9 @@ <attr name="TextSizeBody" format="dimension" /> <attr name="TextSizeHeadline" format="dimension" /> + <attr name="EmojiconSizeBody" format="dimension" /> + <attr name="EmojiconSizeInput" format="dimension" /> + <attr name="icon_add_group" format="reference"/> <attr name="icon_add_person" format="reference"/> <attr name="icon_cancel" format="reference"/> |