diff options
Diffstat (limited to 'templates/other/CustomView/root/res/values/attrs.xml.ftl')
-rwxr-xr-x | templates/other/CustomView/root/res/values/attrs.xml.ftl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/other/CustomView/root/res/values/attrs.xml.ftl b/templates/other/CustomView/root/res/values/attrs.xml.ftl new file mode 100755 index 0000000..89059d2 --- /dev/null +++ b/templates/other/CustomView/root/res/values/attrs.xml.ftl @@ -0,0 +1,8 @@ +<resources> + <declare-styleable name="${viewClass}"> + <attr name="exampleString" format="string" /> + <attr name="exampleDimension" format="dimension" /> + <attr name="exampleColor" format="color" /> + <attr name="exampleDrawable" format="color|reference" /> + </declare-styleable> +</resources> |