Home
last modified time | relevance | path

Searched refs:rootAttributes (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DNewXmlFileWizard.java194 String root, String rootAttributes, String child, ResourceFolderType folderType) { in createXmlFile() argument
227 if (rootAttributes != null) { in createXmlFile()
229 sb.append(rootAttributes.replace("\n", "\n ")); //$NON-NLS-1$ //$NON-NLS-2$ in createXmlFile()