All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alee.skin.dark.resources.toolbar.xml Maven / Gradle / Ivy

There is a newer version: 1.2.14
Show newest version
<skin xmlns="http://weblookandfeel.com/XmlSkin">

    <!-- com.alee.laf.toolbar.WebToolBar -->

    <!-- Toolbar -->
    <style type="toolbar" padding="2">
        <component>
            <foreground>245,245,245</foreground>
            <layout class="ToolBarLayout$UIResource" />
        </component>
        <painter>
            <decorations>
                <decoration>
                    <WebShape round="6" />
                    <WebShadow type="outer" width="2" />
                    <LineBorder color="20,20,20" />
                    <GradientBackground>
                        <color>106,110,112</color>
                        <color>68,68,68</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="68,72,74" />
                </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