dark theme
|
@ -709,6 +709,7 @@ class ScrollBar : AbstractSlider, OnClickHandler {
|
|||
return this;
|
||||
}
|
||||
|
||||
|
||||
/// empty parameter list constructor - for usage by factory
|
||||
this() {
|
||||
this(null, Orientation.Vertical);
|
||||
|
|
Before Width: | Height: | Size: 154 B After Width: | Height: | Size: 164 B |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 316 B |
After Width: | Height: | Size: 359 B |
After Width: | Height: | Size: 352 B |
After Width: | Height: | Size: 365 B |
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|