aboutsummaryrefslogtreecommitdiffstats
path: root/templates/projects/NewAndroidApplication
diff options
context:
space:
mode:
Diffstat (limited to 'templates/projects/NewAndroidApplication')
-rw-r--r--templates/projects/NewAndroidApplication/root/res/drawable-hdpi/ic_action_search.pngbin3120 -> 0 bytes
-rw-r--r--templates/projects/NewAndroidApplication/root/res/drawable-mdpi/ic_action_search.pngbin3030 -> 0 bytes
-rw-r--r--templates/projects/NewAndroidApplication/root/res/drawable-xhdpi/ic_action_search.pngbin3199 -> 0 bytes
-rw-r--r--templates/projects/NewAndroidApplication/template.xml4
4 files changed, 2 insertions, 2 deletions
diff --git a/templates/projects/NewAndroidApplication/root/res/drawable-hdpi/ic_action_search.png b/templates/projects/NewAndroidApplication/root/res/drawable-hdpi/ic_action_search.png
deleted file mode 100644
index 67de12d..0000000
--- a/templates/projects/NewAndroidApplication/root/res/drawable-hdpi/ic_action_search.png
+++ /dev/null
Binary files differ
diff --git a/templates/projects/NewAndroidApplication/root/res/drawable-mdpi/ic_action_search.png b/templates/projects/NewAndroidApplication/root/res/drawable-mdpi/ic_action_search.png
deleted file mode 100644
index 134d549..0000000
--- a/templates/projects/NewAndroidApplication/root/res/drawable-mdpi/ic_action_search.png
+++ /dev/null
Binary files differ
diff --git a/templates/projects/NewAndroidApplication/root/res/drawable-xhdpi/ic_action_search.png b/templates/projects/NewAndroidApplication/root/res/drawable-xhdpi/ic_action_search.png
deleted file mode 100644
index d699c6b..0000000
--- a/templates/projects/NewAndroidApplication/root/res/drawable-xhdpi/ic_action_search.png
+++ /dev/null
Binary files differ
diff --git a/templates/projects/NewAndroidApplication/template.xml b/templates/projects/NewAndroidApplication/template.xml
index c1266f2..184844f 100644
--- a/templates/projects/NewAndroidApplication/template.xml
+++ b/templates/projects/NewAndroidApplication/template.xml
@@ -49,14 +49,14 @@
name="Target API level"
type="string"
constraints="apilevel"
- default="15" />
+ default="16" />
<parameter
id="buildApi"
name="Build API level"
type="string"
constraints="apilevel"
- default="15" />
+ default="16" />
<parameter
id="copyIcons"