diff options
author | Josiah Gaskin <josiahgaskin@google.com> | 2013-08-01 00:49:09 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-08-01 00:49:10 +0000 |
commit | 6da9a761cd06c67a9c30534b4da2b8447aced5d0 (patch) | |
tree | 91e9e7227cc1a79a08edd6f742a918628b08d994 /templates/projects/NewAndroidApplication/root/res | |
parent | be3b71eb1f30ebaf063d0df63e1f082844df24a3 (diff) | |
parent | f7c5f6b3fb2f6bd820d0d70ec48be12df103cf12 (diff) | |
download | sdk-6da9a761cd06c67a9c30534b4da2b8447aced5d0.zip sdk-6da9a761cd06c67a9c30534b4da2b8447aced5d0.tar.gz sdk-6da9a761cd06c67a9c30534b4da2b8447aced5d0.tar.bz2 |
Merge "Update template location for SDK build"
Diffstat (limited to 'templates/projects/NewAndroidApplication/root/res')
-rwxr-xr-x | templates/projects/NewAndroidApplication/root/res/drawable-hdpi/ic_launcher.png | bin | 9397 -> 0 bytes | |||
-rwxr-xr-x | templates/projects/NewAndroidApplication/root/res/drawable-mdpi/ic_launcher.png | bin | 5237 -> 0 bytes | |||
-rwxr-xr-x | templates/projects/NewAndroidApplication/root/res/drawable-xhdpi/ic_launcher.png | bin | 14383 -> 0 bytes | |||
-rw-r--r-- | templates/projects/NewAndroidApplication/root/res/values-v11/styles_hc.xml.ftl | 11 | ||||
-rw-r--r-- | templates/projects/NewAndroidApplication/root/res/values-v14/styles_ics.xml | 12 | ||||
-rw-r--r-- | templates/projects/NewAndroidApplication/root/res/values/strings.xml.ftl | 3 | ||||
-rw-r--r-- | templates/projects/NewAndroidApplication/root/res/values/styles.xml.ftl | 20 |
7 files changed, 0 insertions, 46 deletions
diff --git a/templates/projects/NewAndroidApplication/root/res/drawable-hdpi/ic_launcher.png b/templates/projects/NewAndroidApplication/root/res/drawable-hdpi/ic_launcher.png Binary files differdeleted file mode 100755 index 96a442e..0000000 --- a/templates/projects/NewAndroidApplication/root/res/drawable-hdpi/ic_launcher.png +++ /dev/null diff --git a/templates/projects/NewAndroidApplication/root/res/drawable-mdpi/ic_launcher.png b/templates/projects/NewAndroidApplication/root/res/drawable-mdpi/ic_launcher.png Binary files differdeleted file mode 100755 index 359047d..0000000 --- a/templates/projects/NewAndroidApplication/root/res/drawable-mdpi/ic_launcher.png +++ /dev/null diff --git a/templates/projects/NewAndroidApplication/root/res/drawable-xhdpi/ic_launcher.png b/templates/projects/NewAndroidApplication/root/res/drawable-xhdpi/ic_launcher.png Binary files differdeleted file mode 100755 index 71c6d76..0000000 --- a/templates/projects/NewAndroidApplication/root/res/drawable-xhdpi/ic_launcher.png +++ /dev/null diff --git a/templates/projects/NewAndroidApplication/root/res/values-v11/styles_hc.xml.ftl b/templates/projects/NewAndroidApplication/root/res/values-v11/styles_hc.xml.ftl deleted file mode 100644 index f8993c3..0000000 --- a/templates/projects/NewAndroidApplication/root/res/values-v11/styles_hc.xml.ftl +++ /dev/null @@ -1,11 +0,0 @@ -<resources> - - <!-- - Base application theme for API 11+. This theme completely replaces - AppBaseTheme from res/values/styles.xml on API 11+ devices. - --> - <style name="AppBaseTheme" parent="android:Theme.Holo<#if baseTheme?contains("light")>.Light</#if>"> - <!-- API 11 theme customizations can go here. --> - </style> - -</resources> diff --git a/templates/projects/NewAndroidApplication/root/res/values-v14/styles_ics.xml b/templates/projects/NewAndroidApplication/root/res/values-v14/styles_ics.xml deleted file mode 100644 index a91fd03..0000000 --- a/templates/projects/NewAndroidApplication/root/res/values-v14/styles_ics.xml +++ /dev/null @@ -1,12 +0,0 @@ -<resources> - - <!-- - Base application theme for API 14+. This theme completely replaces - AppBaseTheme from BOTH res/values/styles.xml and - res/values-v11/styles.xml on API 14+ devices. - --> - <style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar"> - <!-- API 14 theme customizations can go here. --> - </style> - -</resources> diff --git a/templates/projects/NewAndroidApplication/root/res/values/strings.xml.ftl b/templates/projects/NewAndroidApplication/root/res/values/strings.xml.ftl deleted file mode 100644 index ee03444..0000000 --- a/templates/projects/NewAndroidApplication/root/res/values/strings.xml.ftl +++ /dev/null @@ -1,3 +0,0 @@ -<resources> - <string name="app_name">${escapeXmlString(appTitle)}</string> -</resources> diff --git a/templates/projects/NewAndroidApplication/root/res/values/styles.xml.ftl b/templates/projects/NewAndroidApplication/root/res/values/styles.xml.ftl deleted file mode 100644 index 30fe5b5..0000000 --- a/templates/projects/NewAndroidApplication/root/res/values/styles.xml.ftl +++ /dev/null @@ -1,20 +0,0 @@ -<resources> - - <!-- - Base application theme, dependent on API level. This theme is replaced - by AppBaseTheme from res/values-vXX/styles.xml on newer devices. - --> - <style name="AppBaseTheme" parent="android:Theme<#if baseTheme?contains("light")>.Light</#if>"> - <!-- - Theme customizations available in newer API levels can go in - res/values-vXX/styles.xml, while customizations related to - backward-compatibility can go here. - --> - </style> - - <!-- Application theme. --> - <style name="AppTheme" parent="AppBaseTheme"> - <!-- All customizations that are NOT specific to a particular API-level can go here. --> - </style> - -</resources> |