mirror of https://github.com/buggins/dlangui.git
574 lines
18 KiB
XML
574 lines
18 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<theme id="theme_default"
|
|
fontSize="10pt"
|
|
fontFace="Helvetica Neue,Verdana,Arial,DejaVu Sans,Liberation Sans,Helvetica,Roboto,Droid Sans"
|
|
fontFamily="SansSerif"
|
|
>
|
|
<color id="window_background" value="#FFFFFF"/>
|
|
<color id="dialog_background" value="#EEEEEE"/>
|
|
<color id="edit_background" value="#FFFFFF"/>
|
|
<color id="edit_caret" value="#000000"/>
|
|
<color id="edit_caret_replace" value="#808080FF"/>
|
|
<color id="editor_matching_bracket_highlight" value="#60FFE0B0"/>
|
|
<color id="editor_selection_focused" value="#B060A0FF"/>
|
|
<color id="editor_selection_normal" value="#D060A0FF"/>
|
|
<color id="editor_search_highlight_current" value="#60A0C0FF"/>
|
|
<color id="editor_search_highlight_other" value="#90F0D080"/>
|
|
<color id="editor_left_pane_background" value="#F4F4F4"/>
|
|
<color id="editor_left_pane_background2" value="#FFFFFF"/>
|
|
<color id="editor_left_pane_background3" value="#F0F0F0"/>
|
|
<color id="editor_left_pane_line_number_text" value="#4060D0"/>
|
|
<color id="editor_left_pane_line_number_background" value="#F8F8F8"/>
|
|
<color id="editor_left_pane_line_icon_color_breakpoint" value="#FF0000"/>
|
|
<color id="editor_left_pane_line_icon_color_bookmark" value="#0000FF"/>
|
|
<color id="editor_left_pane_line_icon_color_error" value="#80FF0000"/>
|
|
|
|
<color id="grid_selection_color" value="#804040FF"/>
|
|
<color id="grid_selection_color_row" value="#C0A0B0FF"/>
|
|
<color id="grid_cell_background_fixed" value="#C0E0E0E0"/>
|
|
<color id="grid_cell_border_color" value="#C0C0C0C0"/>
|
|
<color id="grid_cell_border_color_header" value="#C0202020"/>
|
|
<color id="grid_cell_background_header" value="#C0909090"/>
|
|
<color id="grid_cell_background_header_selected" value="#80FFC040"/>
|
|
<color id="file_dialog_dir_name_color" value="#000080"/>
|
|
|
|
<style id="BUTTON"
|
|
backgroundImageId="btn_background"
|
|
align="Center"
|
|
margins="3pt,3pt,3pt,3pt"
|
|
focusRectColors="#000"
|
|
textFlags="UnderlineHotKeys"
|
|
>
|
|
<state state_enabled="true" state_hovered="true" textColor="#006080"/>
|
|
<state state_enabled="false" textColor="#80000000"/>
|
|
</style>
|
|
<style id="BUTTON_TRANSPARENT"
|
|
backgroundImageId="btn_background_transparent"
|
|
align="Center"
|
|
/>
|
|
<style id="BUTTON_CHECK_TRANSPARENT"
|
|
backgroundImageId="btn_background_check_transparent"
|
|
align="Center"
|
|
/>
|
|
<style id="BUTTON_LABEL"
|
|
layoutWidth="FILL_PARENT"
|
|
margins="2pt,2pt,2pt,2pt"
|
|
align="Left|VCenter"
|
|
textFlags="UnderlineHotKeys"
|
|
>
|
|
<state state_enabled="false" textColor="#80000000"/>
|
|
<state state_enabled="true" state_hovered="true" textColor="#006080"/>
|
|
</style>
|
|
<style id="BUTTON_LABEL_LINK" parent="BUTTON_LABEL"
|
|
textColor="#0000C0"
|
|
>
|
|
<state state_enabled="false" textColor="#60C0C0FF"/>
|
|
<state state_enabled="true" state_hovered="true" textColor="#8080FF" textFlags="Underline"/>
|
|
</style>
|
|
<style id="BUTTON_IMAGE"
|
|
margins="2,2,2,2"
|
|
align="Center"
|
|
/>
|
|
<style id="SWITCH"
|
|
margins="2,2,2,2"
|
|
align="Center"
|
|
backgroundImageId="switch"
|
|
/>
|
|
<style id="CHECKBOX"
|
|
backgroundImageId="@null"
|
|
margins="2,2,2,2"
|
|
padding="2,2,2,2"
|
|
focusRectColors="@null"
|
|
/>
|
|
<style id="CHECKBOX_IMAGE" parent="BUTTON_IMAGE"
|
|
align="Center"
|
|
margins="2,2,2,2"
|
|
/>
|
|
<style id="CHECKBOX_LABEL" parent="BUTTON_LABEL"
|
|
align="Left|VCenter"
|
|
focusRectColors="#000"
|
|
>
|
|
<state state_enabled="true" state_hovered="true" textColor="#006080"/>
|
|
<state state_enabled="false" textColor="#909090"/>
|
|
</style>
|
|
<style id="RADIOBUTTON" parent="CHECKBOX"
|
|
margins="2,2,2,2"
|
|
padding="2,2,2,2"
|
|
/>
|
|
<style id="RADIOBUTTON_IMAGE" parent="CHECKBOX_IMAGE"
|
|
align="Center"
|
|
margins="2,2,2,2"
|
|
/>
|
|
<style id="RADIOBUTTON_LABEL" parent="CHECKBOX_LABEL"
|
|
align="Left|VCenter"
|
|
focusRectColors="#000"
|
|
>
|
|
<state state_enabled="true" state_hovered="true" textColor="#006080"/>
|
|
<state state_enabled="false" textColor="#909090"/>
|
|
</style>
|
|
<style id="TEXT"
|
|
margins="2,2,2,2"
|
|
padding="1,1,1,1"
|
|
align="Left|VCenter"
|
|
>
|
|
<state state_enabled="false" textColor="#A0000000"/>
|
|
</style>
|
|
<style id="MULTILINE_TEXT"
|
|
margins="2,2,2,2"
|
|
padding="1,1,1,1"
|
|
align="Left|VCenter"
|
|
maxLines="0"
|
|
>
|
|
<state state_enabled="false" textColor="#A0000000"/>
|
|
</style>
|
|
<style id="HSPACER"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutWeight="100"
|
|
minWidth="5"
|
|
/>
|
|
<style id="VSPACER"
|
|
layoutHeight="FILL_PARENT"
|
|
layoutWeight="100"
|
|
minHeight="5"
|
|
/>
|
|
<style id="BUTTON_NOMARGINS"
|
|
backgroundImageId="btn_background"
|
|
align="Center"
|
|
/>
|
|
<color id="sample_color_rgb" value="#8CF"/>
|
|
<color id="sample_color_argb" value="#48CF"/>
|
|
<color id="sample_color_rrggbb" value="#80C0F0"/>
|
|
<color id="sample_color_aarrggbb" value="#4080C0F0"/>
|
|
<drawable id="btn_check" value="btn_check"/>
|
|
<drawable id="btn_radio" value="btn_radio"/>
|
|
<drawable id="scrollbar_button_up" value="scrollbar_btn_up"/>
|
|
<drawable id="scrollbar_button_down" value="scrollbar_btn_down"/>
|
|
<drawable id="scrollbar_button_left" value="scrollbar_btn_left"/>
|
|
<drawable id="scrollbar_button_right" value="scrollbar_btn_right"/>
|
|
<drawable id="scrollbar_indicator_vertical" value="scrollbar_indicator_vertical"/>
|
|
<drawable id="scrollbar_indicator_horizontal" value="scrollbar_indicator_horizontal"/>
|
|
<style id="SCROLLBAR"
|
|
backgroundColor="#dce2e8"
|
|
align="Center"
|
|
/>
|
|
<style id="SLIDER"
|
|
backgroundImageId="slider_background"
|
|
align="Center"
|
|
/>
|
|
<style id="SCROLLBAR_BUTTON"
|
|
backgroundImageId="scrollbar_btn_background"
|
|
align="Center"
|
|
/>
|
|
<style id="SCROLLBAR_BUTTON_TRANSPARENT"
|
|
backgroundImageId="scrollbar_btn_transparent_background"
|
|
align="Center"
|
|
/>
|
|
<style id="SLIDER"
|
|
/>
|
|
<style id="PAGE_SCROLL"
|
|
backgroundColor="#FFFFFFFF"
|
|
>
|
|
<state state_pressed="true" backgroundColor="#C0404080"/>
|
|
<state state_hovered="true" backgroundColor="#F0404080"/>
|
|
</style>
|
|
|
|
<style id="TAB_DOWN_DARK"
|
|
backgroundImageId="dock_window_caption_background_down"
|
|
layoutWidth="FILL_PARENT"
|
|
>
|
|
</style>
|
|
<style id="TAB_DOWN_BUTTON_DARK"
|
|
padding="2pt,1pt,2pt,1pt"
|
|
backgroundImageId="tab_btn_dark_down"
|
|
/>
|
|
<style id="TAB_DOWN_BUTTON"
|
|
padding="2pt,1pt,2pt,1pt"
|
|
backgroundImageId="tab_btn_down"
|
|
/>
|
|
<style id="TAB_UP_DARK"
|
|
backgroundImageId="dock_window_caption_background"
|
|
layoutWidth="FILL_PARENT"
|
|
>
|
|
</style>
|
|
<style id="TAB_UP_BUTTON_DARK"
|
|
padding="2pt,1pt,2pt,1pt"
|
|
backgroundImageId="tab_btn_dark_up"
|
|
>
|
|
<length id="overlap" value="2"/>
|
|
</style>
|
|
<style id="TAB_UP_BUTTON_DARK_TEXT"
|
|
textColor="#000000"
|
|
align="Center"
|
|
>
|
|
<state state_selected="false" state_window_focused="false" state_hovered="false" textColor="#9c9c9c"/>
|
|
</style>
|
|
<style id="TAB_UP"
|
|
backgroundImageId="tab_up_background"
|
|
layoutWidth="FILL_PARENT"
|
|
>
|
|
<state state_selected="true" backgroundImageId="tab_up_backgrond_selected"/>
|
|
</style>
|
|
<style id="TAB_UP_BUTTON_TEXT"
|
|
padding="3pt,1pt,3pt,1pt"
|
|
textColor="#000000"
|
|
align="Center"
|
|
>
|
|
<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="#0000C0"/>
|
|
</style>
|
|
<style id="TAB_UP_BUTTON"
|
|
padding="2pt,1pt,2pt,1pt"
|
|
backgroundImageId="tab_btn_up"
|
|
/>
|
|
<style id="TAB_HOST"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="FILL_PARENT"
|
|
backgroundColor="#F0F0F0"
|
|
/>
|
|
<style id="TAB_WIDGET"
|
|
backgroundColor="#EEEEEE"
|
|
/>
|
|
|
|
<style id="MAIN_MENU"
|
|
layoutWidth="FILL_PARENT"
|
|
backgroundImageId="main_menu_background"
|
|
layoutWeight="0"
|
|
/>
|
|
<style id="MAIN_MENU_ITEM"
|
|
padding="3pt,2pt,3pt,2pt"
|
|
backgroundImageId="main_menu_item_background"
|
|
textFlags="Parent"
|
|
/>
|
|
<style id="MENU_ITEM"
|
|
backgroundImageId="menu_item_background"
|
|
padding="3pt,2pt,3pt,2pt"
|
|
>
|
|
</style>
|
|
<style id="MENU_SEPARATOR"
|
|
backgroundImageId="menu_separator"
|
|
padding="3pt,2pt,3pt,2pt"
|
|
>
|
|
</style>
|
|
<style id="MENU_ICON"
|
|
margins="2pt,2pt,2pt,2pt"
|
|
align="Left|VCenter"
|
|
>
|
|
<state state_enabled="false" alpha="160"/>
|
|
</style>
|
|
<style id="MENU_LABEL"
|
|
margins="2pt,1pt,2pt,1pt"
|
|
align="Left|VCenter"
|
|
textFlags="UnderlineHotKeys"
|
|
>
|
|
<state state_enabled="false" textColor="#80404040"/>
|
|
</style>
|
|
<style id="MAIN_MENU_LABEL"
|
|
margins="2pt,1pt,2pt,1pt"
|
|
align="Left|VCenter"
|
|
textFlags="Parent"
|
|
>
|
|
<state state_enabled="false" textColor="#80404040"/>
|
|
</style>
|
|
<style id="MENU_ACCEL"
|
|
margins="2pt,1pt,2pt,1pt"
|
|
align="Left|VCenter"
|
|
>
|
|
<state state_enabled="false" textColor="#80404040"/>
|
|
</style>
|
|
<style id="TRANSPARENT_BUTTON_BACKGROUND"
|
|
backgroundImageId="btn_background_transparent"
|
|
padding="2pt,1pt,2pt,1pt"
|
|
/>
|
|
<style id="POPUP_MENU"
|
|
backgroundImageId="popup_menu_background_normal"
|
|
/>
|
|
<style id="LIST_ITEM"
|
|
backgroundImageId="list_item_background"
|
|
/>
|
|
|
|
<style id="COMBO_BOX"
|
|
backgroundImageId="combobox_background"
|
|
padding="2pt,2pt,2pt,2pt"
|
|
margins="2pt,2pt,2pt,2pt"
|
|
minWidth="40"
|
|
/>
|
|
<style id="COMBO_BOX_BODY"
|
|
padding="2pt,2pt,2pt,2pt"
|
|
minWidth="40"
|
|
align="Left|VCenter"
|
|
focusRectColors="#000"
|
|
/>
|
|
<style id="COMBO_BOX_BUTTON"
|
|
padding="2pt,2pt,2pt,2pt"
|
|
backgroundImageId="btn_background_transparent"
|
|
align="Center"
|
|
/>
|
|
|
|
<style id="EDIT_LINE"
|
|
backgroundImageId="editbox_background"
|
|
padding="3pt,3pt,3pt,3pt"
|
|
margins="1pt,1pt,1pt,1pt"
|
|
minWidth="40"
|
|
/>
|
|
<style id="EDIT_BOX"
|
|
fontFace="Menlo,Consolas,DejaVuSansMono,Lucida Sans Typewriter,Courier New,Lucida Console"
|
|
backgroundImageId="editbox_background"
|
|
padding="2pt,2pt,2pt,2pt"
|
|
margins="2pt,2pt,2pt,2pt"
|
|
minWidth="100"
|
|
minHeight="60"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="FILL_PARENT"
|
|
/>
|
|
<style id="LOG_WIDGET"
|
|
fontFace="Menlo,Consolas,DejaVuSansMono,DejaVu Sans Mono,Lucida Sans Typewriter,Courier New,Lucida Console"
|
|
fontSize="9pt"
|
|
fontFamily="MonoSpace"
|
|
backgroundImageId="editbox_background"
|
|
padding="2pt,2pt,2pt,2pt"
|
|
margins="2pt,2pt,2pt,2pt"
|
|
minWidth="100"
|
|
minHeight="60"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="FILL_PARENT"
|
|
/>
|
|
<style id="LIST_BOX"
|
|
backgroundImageId="editbox_background"
|
|
padding="2pt,2pt,2pt,2pt"
|
|
margins="2pt,2pt,2pt,2pt"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="FILL_PARENT"
|
|
/>
|
|
<style id="EDIT_BOX_NO_FRAME"
|
|
fontFace="Menlo,Consolas,DejaVuSansMono,Lucida Sans Typewriter,Courier New,Lucida Console"
|
|
backgroundColor="#FFFFFF"
|
|
padding="2pt,2pt,2pt,2pt"
|
|
margins="2pt,2pt,2pt,2pt"
|
|
minWidth="100"
|
|
minHeight="60"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="FILL_PARENT"
|
|
/>
|
|
<style id="STRING_GRID"
|
|
backgroundImageId="editbox_background"
|
|
padding="2pt,2pt,2pt,2pt"
|
|
margins="2pt,2pt,2pt,2pt"
|
|
minWidth="100"
|
|
minHeight="60"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="FILL_PARENT"
|
|
/>
|
|
<style id="FILE_DIALOG_GRID"
|
|
backgroundImageId="editbox_background"
|
|
padding="2pt,2pt,2pt,2pt"
|
|
margins="2pt,2pt,2pt,2pt"
|
|
minWidth="100"
|
|
minHeight="60"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="FILL_PARENT"
|
|
/>
|
|
<style id="STATUS_LINE"
|
|
backgroundColor="#eceffa"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="WRAP_CONTENT"
|
|
padding="1pt,1pt,1pt,1pt"
|
|
layoutWeight="0"
|
|
/>
|
|
<style id="DOCK_HOST"
|
|
backgroundColor="#eceffa"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="FILL_PARENT"
|
|
padding="2pt,2pt,2pt,2pt"
|
|
/>
|
|
<style id="DOCK_HOST_BODY"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="FILL_PARENT"
|
|
padding="0,0,0,0"
|
|
margins="3pt,3pt,3pt,3pt"
|
|
/>
|
|
<style id="DOCK_WINDOW"
|
|
backgroundImageId="dock_window_background"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="FILL_PARENT"
|
|
padding="0,0,0,0"
|
|
margins="2,2,2,2"
|
|
/>
|
|
<style id="FLOATING_WINDOW"
|
|
backgroundImageId="popup_window_background"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="FILL_PARENT"
|
|
padding="1pt,1pt,1pt,1pt"
|
|
margins="4pt,4pt,4pt,4pt"
|
|
/>
|
|
<style id="DOCK_WINDOW_CAPTION"
|
|
backgroundImageId="dock_window_caption_background"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="WRAP_CONTENT"
|
|
padding="1pt,1pt,1pt,1pt"
|
|
/>
|
|
<style id="DOCK_WINDOW_CAPTION_LABEL"
|
|
textColor="#000000"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="WRAP_CONTENT"
|
|
padding="3pt,3pt,3pt,3pt"
|
|
align="Left|VCenter"
|
|
/>
|
|
<style id="DOCK_WINDOW_BODY"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="FILL_PARENT"
|
|
padding="3,3,3,3"
|
|
/>
|
|
|
|
<style id="TOOLBAR_HOST"
|
|
backgroundImageId="toolbar_host_background"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="WRAP_CONTENT"
|
|
padding="1pt,1pt,1pt,1pt"
|
|
/>
|
|
<style id="TOOLTIP"
|
|
backgroundImageId="tooltip_background"
|
|
layoutWidth="WRAP_CONTENT"
|
|
layoutHeight="WRAP_CONTENT"
|
|
margins="2pt,5pt,2pt,1pt"
|
|
padding="2pt,2pt,2pt,2pt"
|
|
textColor="#404040"
|
|
/>
|
|
<style id="TOOLBAR"
|
|
backgroundImageId="toolbar_background"
|
|
layoutWidth="WRAP_CONTENT"
|
|
layoutHeight="WRAP_CONTENT"
|
|
margins="2pt,1pt,2pt,1pt"
|
|
/>
|
|
<style id="TOOLBAR_BUTTON"
|
|
backgroundImageId="toolbar_button_background"
|
|
align="Center"
|
|
margins="1pt,1pt,1pt,1pt"
|
|
padding="2pt,2pt,2pt,2pt"
|
|
>
|
|
<state state_enabled="false" alpha="160" backgroundImageId="toolbar_button_null"/>
|
|
</style>
|
|
<style id="TOOLBAR_CONTROL"
|
|
backgroundImageId="toolbar_control_background"
|
|
align="Center"
|
|
margins="1pt,1pt,1pt,1pt"
|
|
padding="2pt,2pt,2pt,2pt"
|
|
>
|
|
<state state_enabled="false" alpha="160" backgroundImageId="@null"/>
|
|
</style>
|
|
<style id="TOOLBAR_SEPARATOR"
|
|
align="Center"
|
|
/>
|
|
|
|
<style id="TREE_ITEM"
|
|
minWidth="100"
|
|
minHeight="14"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="WRAP_CONTENT"
|
|
>
|
|
</style>
|
|
<style id="TREE_ITEM_EXPAND_ICON"
|
|
align="Left|VCenter"
|
|
textFlags="Parent"
|
|
/>
|
|
<style id="TREE_ITEM_BODY"
|
|
align="Left|VCenter"
|
|
textFlags="Parent"
|
|
backgroundImageId="list_item_background"
|
|
/>
|
|
<style id="TREE_ITEM_ICON"
|
|
align="Left|VCenter"
|
|
textFlags="Parent"
|
|
/>
|
|
<style id="TREE_ITEM_LABEL"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="WRAP_CONTENT"
|
|
align="Left|VCenter"
|
|
textFlags="Parent"
|
|
>
|
|
<state state_default="true" fontWeight="bold"/>
|
|
</style>
|
|
|
|
<style id="SETTINGS_TREE"
|
|
margins="5pt,5pt,5pt,5pt"
|
|
backgroundColor="#FFFFFF"
|
|
layoutWeight="3"
|
|
/>
|
|
|
|
<style id="SETTINGS_PAGES"
|
|
margins="0,8pt,8pt,8pt"
|
|
padding="4pt,4pt,4pt,4pt"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutWeight="5"
|
|
/>
|
|
|
|
<style id="SETTINGS_PAGE_TITLE"
|
|
margins="4pt,4pt,4pt,10pt"
|
|
fontSize="120%"
|
|
layoutWeight="0"
|
|
layoutWidth="FILL_PARENT"
|
|
/>
|
|
|
|
<style id="RESIZER_VERTICAL"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="WRAP_CONTENT"
|
|
minHeight="7pt"
|
|
maxHeight="7pt"
|
|
backgroundColor="#E0E0E0">
|
|
<state state_focused="true" backgroundColor="#40C0C000"/>
|
|
<state state_pressed="true" backgroundColor="#4080C000"/>
|
|
<state state_selected="true" backgroundColor="#00F8F9Fa"/>
|
|
<state state_hovered="true" backgroundColor="#C0FFFF00"/>
|
|
</style>
|
|
<style id="RESIZER_HORIZONTAL"
|
|
layoutWidth="FILL_PARENT"
|
|
layoutHeight="WRAP_CONTENT"
|
|
minWidth="7pt"
|
|
maxWidth="7pt"
|
|
backgroundColor="#E0E0E0">
|
|
<state state_focused="true" backgroundColor="#40C0C000"/>
|
|
<state state_pressed="true" backgroundColor="#4080C000"/>
|
|
<state state_selected="true" backgroundColor="#00F8F9Fa"/>
|
|
<state state_hovered="true" backgroundColor="#C0FFFF00"/>
|
|
</style>
|
|
|
|
<style id="GROUP_BOX"
|
|
margins="2pt,4pt,2pt,2pt">
|
|
<drawable id="group_box_frame_up_left" value="group_box_frame_up_left"/>
|
|
<drawable id="group_box_frame_up_right" value="group_box_frame_up_right"/>
|
|
<drawable id="group_box_frame_bottom" value="group_box_frame_bottom"/>
|
|
</style>
|
|
|
|
<style id="GROUP_BOX_CAPTION"
|
|
align="Left|VCenter"
|
|
textColor="#504840"
|
|
padding="1pt,1pt,1pt,1pt">
|
|
</style>
|
|
|
|
<style id="PROGRESS_BAR"
|
|
padding="2pt,2pt,2pt,2pt"
|
|
margins="2pt,2pt,2pt,2pt"
|
|
minWidth="50pt"
|
|
minHeight="16pt"
|
|
backgroundImageId="progress_bar_background_frame"
|
|
>
|
|
<drawable id="progress_bar_gauge" value="#4080FF"/>
|
|
<drawable id="progress_bar_gauge_animation" value="progress_bar_gauge_animation.tiled"/>
|
|
<drawable id="progress_bar_indeterminate" value="#80C080"/>
|
|
<drawable id="progress_bar_indeterminate_animation" value="progress_bar_gauge_animation.tiled"/>
|
|
</style>
|
|
|
|
<style id="SIMPLE_BAR_CHART"
|
|
padding="2pt,2pt,2pt,2pt"
|
|
margins="2pt,2pt,2pt,2pt"
|
|
minWidth="250pt"
|
|
>
|
|
<color id="chart_background_color" value="#FFFFFF"/>
|
|
<color id="chart_axis_color" value="#C0C0C0"/>
|
|
<color id="chart_segment_tag_color" value="#C0C0C0"/>
|
|
</style>
|
|
|
|
</theme>
|
|
|