diff options
author | Tor Norbye <tnorbye@google.com> | 2012-06-15 09:34:57 -0700 |
---|---|---|
committer | android code review <noreply-gerritcodereview@google.com> | 2012-06-15 09:34:58 -0700 |
commit | d2e6f894cfe4df9ab8fdfb44114b245115e58645 (patch) | |
tree | b4d2bbc3f1ae7bad02772ff8ae2ffba4f8e46bc7 /templates/other | |
parent | 8f15cf21cb1ef9ef528ca367918096e249bba605 (diff) | |
parent | 7f10682cf646bcb3e761fbb6bcb2f645bd748c03 (diff) | |
download | sdk-d2e6f894cfe4df9ab8fdfb44114b245115e58645.zip sdk-d2e6f894cfe4df9ab8fdfb44114b245115e58645.tar.gz sdk-d2e6f894cfe4df9ab8fdfb44114b245115e58645.tar.bz2 |
Merge "Add format handling to the template wizards"
Diffstat (limited to 'templates/other')
-rw-r--r-- | templates/other/CustomView/template.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/other/CustomView/template.xml b/templates/other/CustomView/template.xml index 9511566..9bd6d98 100644 --- a/templates/other/CustomView/template.xml +++ b/templates/other/CustomView/template.xml @@ -1,5 +1,7 @@ <?xml version="1.0"?> <template + format="1" + revision="1" name="New Custom View" description="Creates a new custom view that extends android.view.View, and exposes custom attributes."> @@ -23,4 +25,4 @@ <globals file="globals.xml.ftl" /> <execute file="recipe.xml.ftl" /> -</template>
\ No newline at end of file +</template> |