aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/attrs.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-12-25 21:11:20 +0100
committerChristian Schneppe <christian@pix-art.de>2016-12-25 21:11:20 +0100
commit1924cfbd53b371c6c0e5f7b5fa719ec62ed9aac6 (patch)
treeed95ad768802027c48476b141be9080bb295197f /src/main/res/values/attrs.xml
parent37aedc49f36041abc7f35132e13241c26338ba99 (diff)
support for quoting messages
Diffstat (limited to '')
-rw-r--r--src/main/res/values/attrs.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/res/values/attrs.xml b/src/main/res/values/attrs.xml
index da88d1f44..93aa76544 100644
--- a/src/main/res/values/attrs.xml
+++ b/src/main/res/values/attrs.xml
@@ -18,7 +18,8 @@
<attr name="icon_group" format="reference" />
<attr name="icon_new" format="reference" />
<attr name="icon_new_attachment" format="reference" />
- <attr name="icon_not_secure" format="reference" />
+ <attr name="icon_not_secure" format="reference"/>
+ <attr name="icon_quote" format="reference"/>
<attr name="icon_refresh" format="reference" />
<attr name="icon_remove" format="reference" />
<attr name="icon_search" format="reference" />