Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dnavigation1-expected-navigate3.txt2 Open Declaration in values/styles.xml : [@android:style/Widget.Button]
3 data/res/values/styles.xml
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractStyleRefactoring.java532 Set<String> styles = new HashSet<String>(); in getParentStyle() local
535 styles.add(element.getAttribute(ATTR_STYLE)); in getParentStyle()
538 if (styles.size() > 1) { in getParentStyle()
543 String style = styles.iterator().next(); in getParentStyle()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationChooser.java1815 Map<String, ResourceValue> styles = frameworResources.get(ResourceType.STYLE); in updateThemes() local
1818 for (ResourceValue value : styles.values()) { in updateThemes()
/sdk/eclipse/
Dchanges.txt551 - Fixed issue with custom themes/styles in the layout editor.