diff options
author | Christian Schneppe <christian@pix-art.de> | 2017-03-04 18:57:08 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2017-03-04 18:57:08 +0100 |
commit | e1a7a2738dde13353885a01c9ec9fd0cc64f6fc3 (patch) | |
tree | 206440911291235398e9ed8e2c73cc54bc025195 /src/main/res | |
parent | aa5dba949a0f5b2bbf887e14ffe859e49f768a75 (diff) |
add missing attribut
Diffstat (limited to 'src/main/res')
-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 5a04cbbb4..bce8c7c6e 100644 --- a/src/main/res/values/attrs.xml +++ b/src/main/res/values/attrs.xml @@ -43,5 +43,6 @@ <attr name="ic_attach_location" format="reference" /> <attr name="ic_attach_photo" format="reference" /> <attr name="ic_attach_record" format="reference" /> + <attr name="ic_attach_video" format="reference" /> </resources>
\ No newline at end of file |