Searched refs:styles (Results 1 – 4 of 4) sorted by relevance
2 Open Declaration in values/styles.xml : [@android:style/Widget.Button]3 data/res/values/styles.xml
532 Set<String> styles = new HashSet<String>(); in getParentStyle() local535 styles.add(element.getAttribute(ATTR_STYLE)); in getParentStyle()538 if (styles.size() > 1) { in getParentStyle()543 String style = styles.iterator().next(); in getParentStyle()
1815 Map<String, ResourceValue> styles = frameworResources.get(ResourceType.STYLE); in updateThemes() local1818 for (ResourceValue value : styles.values()) { in updateThemes()
551 - Fixed issue with custom themes/styles in the layout editor.