Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseViewRule.java362 String editIdLabel = selectedNode.getStringAttr(ANDROID_URI, ATTR_ID) != null ? in addContextMenuActions() local
364 actions.add(RuleAction.createAction(ATTR_ID, editIdLabel, onChange, null, 20, true)); in addContextMenuActions()