dark theme

This commit is contained in:
Vadim Lopatin 2015-03-06 10:46:02 +03:00
parent c646095cb8
commit a050465e9f
9 changed files with 15 additions and 0 deletions

View File

@ -709,6 +709,7 @@ class ScrollBar : AbstractSlider, OnClickHandler {
return this;
}
/// empty parameter list constructor - for usage by factory
this() {
this(null, Orientation.Vertical);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 B

After

Width:  |  Height:  |  Size: 164 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

View File

@ -90,12 +90,22 @@
<color id="sample_color_aarrggbb" value="#4080C0F0"/>
<drawable id="btn_check" value="btn_check_dark"/>
<drawable id="btn_radio" value="btn_radio_dark"/>
<drawable id="arrow_right_down_black" value="arrow_right_down_black_dark"/>
<drawable id="arrow_right_hollow" value="arrow_right_hollow_dark"/>
<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_btn_up" value="scrollbar_btn_up_dark"/>
<drawable id="scrollbar_btn_down" value="scrollbar_btn_down_dark"/>
<drawable id="scrollbar_btn_left" value="scrollbar_btn_left_dark"/>
<drawable id="scrollbar_btn_right" value="scrollbar_btn_right_dark"/>
<drawable id="scrollbar_indicator_vertical" value="scrollbar_indicator_vertical"/>
<drawable id="scrollbar_indicator_horizontal" value="scrollbar_indicator_horizontal"/>
<style id="SCROLLBAR"
backgroundColor="#C0808080"
align="Center"

View File

@ -157,9 +157,13 @@ res/menu_item_background_dark.xml
res/popup_menu_background_normal.9.png
res/popup_menu_background_normal_dark.9.png
res/scrollbar_btn_down.png
res/scrollbar_btn_down_dark.png
res/scrollbar_btn_left.png
res/scrollbar_btn_left_dark.png
res/scrollbar_btn_right.png
res/scrollbar_btn_right_dark.png
res/scrollbar_btn_up.png
res/scrollbar_btn_up_dark.png
res/scrollbar_indicator_horizontal.png
res/scrollbar_indicator_vertical.png
res/tab_btn_dark_up.xml