com.alee.skin.light.resources.toolbar.xml Maven / Gradle / Ivy
<skin xmlns="http://weblookandfeel.com/XmlSkin"> <!-- com.alee.laf.toolbar.WebToolBar --> <!-- Toolbar --> <style type="toolbar" padding="2"> <component> <foreground>black</foreground> <layout class="ToolBarLayout$UIResource" /> </component> <painter> <decorations> <decoration> <WebShape round="6" /> <WebShadow type="outer" width="2" /> <LineBorder color="170,170,170" /> <GradientBackground> <color>white</color> <color>229,233,238</color> </GradientBackground> </decoration> <decoration states="horizontal"> <GradientBackground from="0,0.5" to="0,1" /> </decoration> <decoration states="vertical"> <GradientBackground from="0.5,0" to="1,0" /> </decoration> <decoration states="floating"> <WebShape sides="0,0,0,0" /> </decoration> <decoration states="disabled"> <WebShadow type="outer" opacity="0" /> <LineBorder color="lightGray" /> </decoration> </decorations> </painter> </style> <!-- Attached toolbar --> <style type="toolbar" id="attached"> <painter> <decorations> <decoration> <WebShape round="0" /> <WebShadow type="outer" width="0" /> </decoration> </decorations> </painter> </style> <style type="toolbar" id="attached-north" extends="attached"> <painter> <decorations> <decoration> <WebShape sides="0,0,1,0" /> </decoration> </decorations> </painter> </style> <style type="toolbar" id="attached-west" extends="attached"> <painter> <decorations> <decoration> <WebShape sides="0,0,0,1" /> </decoration> <decoration states="vertical"> <GradientBackground from="0.5,0" to="1,0" /> </decoration> </decorations> </painter> </style> <style type="toolbar" id="attached-east" extends="attached"> <painter> <decorations> <decoration> <WebShape sides="0,1,0,0" /> </decoration> <decoration states="vertical"> <GradientBackground from="0.5,0" to="0,0" /> </decoration> </decorations> </painter> </style> <style type="toolbar" id="attached-south" extends="attached"> <painter> <decorations> <decoration> <WebShape sides="1,0,0,0" /> </decoration> <decoration states="horizontal"> <GradientBackground from="0,0.5" to="0,0" /> </decoration> </decorations> </painter> </style> <!-- Undecorated toolbar --> <style type="toolbar" id="undecorated"> <painter> <decorations> <decoration visible="false" /> </decorations> </painter> </style> </skin>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy