public class XMLColorsSettings extends Object
"xml.colors": [
// XML colors applied for text node for android colors.xml files
{
"pattern": "/res/values/colors.xml",
"expressions": [
{
"xpath": "resources/color/text()"
}
]
},
// XML colors applied for @color attribute for another files
{
"pattern": "/my-colors.xml",
"expressions": [
{
"xpath": "@color"
}
]
}
]
| Constructor and Description |
|---|
XMLColorsSettings() |
| Modifier and Type | Method and Description |
|---|---|
List<XMLColors> |
getColors() |
static XMLColorsSettings |
getXMLColorsSettings(Object initializationOptionsSettings) |
void |
setColors(List<XMLColors> colors) |
Copyright © 2024. All rights reserved.