dlangui/examples/spreadsheet/views/res/theme_custom.xml

27 lines
847 B
XML

<?xml version="1.0" encoding="utf-8"?>
<theme
id="theme_custom"
parent="theme_default"
fontSize="12px"
>
<style id="TAB_SHEET_DOWN"
backgroundImageId="tab_sheet_down_background"
layoutWidth="FILL_PARENT"
>
<state state_selected="true" backgroundImageId="tab_up_backgrond_selected"/>
</style>
<style id="TAB_SHEET_DOWN_BUTTON_TEXT"
textColor="#000000"
align="Center"
fontSize="10px"
>
<state state_selected="true" state_focused="true" textColor="#000000"/>
<state state_selected="true" textColor="#000000"/>
<state state_focused="true" textColor="#000000"/>
<state state_hovered="true" textColor="#800000"/>
</style>
<style id="TAB_SHEET_DOWN_BUTTON"
backgroundImageId="tab_sheet_down"
/>
</theme>