diff options
author | Tor Norbye <tnorbye@google.com> | 2012-06-19 18:24:15 -0700 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2012-06-19 18:46:27 -0700 |
commit | 576994e82fe013387226f187d557a575c1369f3d (patch) | |
tree | dbe336f5f1d3943cd285da609d2cb3c1a755fc19 /templates/projects/NewAndroidApplication/recipe.xml.ftl | |
parent | ee79cda9772970c49ca1ed1f422168cae77708a7 (diff) | |
download | sdk-576994e82fe013387226f187d557a575c1369f3d.zip sdk-576994e82fe013387226f187d557a575c1369f3d.tar.gz sdk-576994e82fe013387226f187d557a575c1369f3d.tar.bz2 |
Wizard tweaks
Validate target location such that if the target
directory exists, the wizard complains.
Fix the icons for custom views and unit test projects
such that they have the "+" icon badge indicating that
something will be created. Update labels.
Replace the single theme defintion which references
DarkActionBar such that we have 3 styles, one for pre-11,
one for 11-13 and one for 14+ which define the relevant
light themes.
Remove the unused dimensions in blank projects.
Remove the (unused) "Include compatibility code" toggle.
Change-Id: I3d42c9544170c7a33754b0e410e9f1421d5c323b
Diffstat (limited to 'templates/projects/NewAndroidApplication/recipe.xml.ftl')
-rw-r--r-- | templates/projects/NewAndroidApplication/recipe.xml.ftl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/projects/NewAndroidApplication/recipe.xml.ftl b/templates/projects/NewAndroidApplication/recipe.xml.ftl index b343a10..b648fca 100644 --- a/templates/projects/NewAndroidApplication/recipe.xml.ftl +++ b/templates/projects/NewAndroidApplication/recipe.xml.ftl @@ -7,9 +7,9 @@ <copy from="res/drawable-mdpi" /> <copy from="res/drawable-xhdpi" /> </#if> - <copy from="res/values/dimens.xml" /> <copy from="res/values/styles.xml" /> - <copy from="res/values-large/dimens.xml" /> + <copy from="res/values-v11/styles.xml" /> + <copy from="res/values-v14/styles.xml" /> <instantiate from="res/values/strings.xml.ftl" /> </recipe> |