com.alee.skin.dark.resources.memorybar.xml Maven / Gradle / Ivy
<skin> <!-- com.alee.extended.statusbar.WebMemoryBar --> <!-- Memory bar --> <style type="button" id="memorybar" padding="2,10,2,10"> <painter> <decorations> <decoration> <WebShape round="2" /> <WebMemoryBarBackground round="2"> <usedBorderColor>black</usedBorderColor> <usedFillColor>0,0,0,50</usedFillColor> <allocatedMarkColor>gray</allocatedMarkColor> </WebMemoryBarBackground> </decoration> <decoration states="disabled"> <WebMemoryBarBackground opacity="0.5" /> </decoration> </decorations> </painter> <!-- Tooltip label styling --> <!-- todo Replace with custom tooltip style --> <style type="label" id="tooltip"> <component> <foreground>white</foreground> </component> </style> </style> </skin>