aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt/templates/AndroidManifest.template
Commit message (Collapse)AuthorAgeFilesLines
* Change default launcher icon name in new Android projectsTor Norbye2011-09-061-1/+1
| | | | | | | | | | | | | | | | | When creating a new project, the default project template includes a launcher icon named "icon.png". This changeset changes the name of this default icon to "ic_launcher.png", in accordance with the recommended naming convention listed in http://developer.android.com/guide/practices/ui_guidelines/icon_design.html (The secondary motivation for this is that the Icon Set Wizard will suggest ic_launcher as a default launcher name, and it would be nice if going through the wizard with the default settings would replace the current project's launcher icon. Given the guidelines above I'd rather not change the wizard default name to "icon") Change-Id: I9f516c769019c2635edad4e1e6f01a5110d156fe
* ADT: ensure <application> is last in manifest.Raphael Moll2010-11-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | ADT descriptors have no notion of XML ordering. We modify the concept of "mandatory" descriptor to have normal mandatory descriptors versus "mandatory last" ones. ("mandatory" elements are virtual reserved slots that are always present in the UiModel even if they have no real counterpart in the XML model. These elements ensure they can be manipulated in the UI even before their XML is created.) Then we try our best to ensure the "last" ones remain at the end of the UiNode model. There are 2 cases: - in UiElementNode, when constructing the UINode model when parsing an existing XML model, we try to reorder the nodes at the end if possible. - in UiActions, when adding a new element to the UiModel, we try to place it before the first "mandatory last" element. SDK Bug 3197310 Change-Id: I6a7d9502a95ebe92ff82e07f3f3249a0d25c2154
* ADT #1715616: "New Android Test Project" wizard.Raphael2009-05-081-0/+2
| | | | Also updates eclipse/changes.txt
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+10
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-10/+0
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+1
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+9