diff options
author | Andreas Straub <andy@strb.org> | 2015-07-10 02:56:44 +0200 |
---|---|---|
committer | Andreas Straub <andy@strb.org> | 2015-07-19 22:23:27 +0200 |
commit | 3d339460889644c859d932eb3f2e324bd5696707 (patch) | |
tree | e78c64e213b8b8483063c1bb13600d8122a88c5d /src/main/res/values/attrs.xml | |
parent | 35714d3d08d287c5ded125c356835fb70ab342b7 (diff) |
Add key trust toggle to ContactDetailsActivity
Can now toggle IdentityKey trust
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/attrs.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/attrs.xml b/src/main/res/values/attrs.xml index e314f752..d471e54a 100644 --- a/src/main/res/values/attrs.xml +++ b/src/main/res/values/attrs.xml @@ -14,6 +14,7 @@ <attr name="icon_download" format="reference"/> <attr name="icon_edit" format="reference"/> <attr name="icon_edit_dark" format="reference"/> + <attr name="icon_done" format="reference"/> <attr name="icon_group" format="reference"/> <attr name="icon_new" format="reference"/> <attr name="icon_new_attachment" format="reference"/> |