com.alee.skin.dark.resources.splitbutton.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weblaf-ui Show documentation
Show all versions of weblaf-ui Show documentation
WebLaf is a Java Swing Look and Feel and extended components library for cross-platform applications
<skin> <!-- com.alee.extended.button.WebSplitButton --> <!-- Button --> <style type="splitbutton" padding="2,4,2,0"> <component> <foreground>255,255,255,240</foreground> <horizontalAlignment>0</horizontalAlignment> <verticalAlignment>0</verticalAlignment> </component> <painter> <selectedForeground>255,255,255,240</selectedForeground> <splitLineColor>20,20,20</splitLineColor> <splitLineDisabledColor>68,72,74</splitLineDisabledColor> <splitIconGap>4</splitIconGap> <contentGap>6</contentGap> <decorations> <decoration> <WebShape round="3" /> <WebShadow type="outer" width="2" /> <LineBorder color="20,20,20" /> <GradientBackground> <color>111,115,117</color> <color>77,81,83</color> </GradientBackground> </decoration> <decoration states="focused"> <LineBorder color="black" /> </decoration> <decoration states="pressed"> <WebShadow type="outer" opacity="0" /> <WebShadow type="inner" width="6" /> <ColorBackground color="57,61,63" /> </decoration> <decoration states="disabled"> <WebShadow type="outer" opacity="0" /> <LineBorder color="68,72,74" /> </decoration> </decorations> </painter> </style> <!-- Icon-only button --> <style type="splitbutton" id="icon" padding="2"> <painter> <splitIconGap>2</splitIconGap> <contentGap>2</contentGap> <decorations> <decoration> <WebShape round="2" /> </decoration> </decorations> </painter> </style> <!-- Hover-decorated-only button --> <style type="splitbutton" id="hover"> <painter> <decorations> <decoration opacity="0" /> <decoration states="enabled,hover" opacity="1" /> <decoration states="enabled,pressed" opacity="1" /> </decorations> </painter> </style> <!-- Icon-only and hover-decorated-only button --> <style type="splitbutton" id="icon-hover" extends="icon"> <painter> <decorations> <decoration opacity="0" /> <decoration states="enabled,hover" opacity="1" /> <decoration states="enabled,pressed" opacity="1" /> </decorations> </painter> </style> </skin>