dark theme fixes

This commit is contained in:
Vadim Lopatin 2016-05-26 08:38:22 +03:00
parent 3f9c1c335f
commit 4655d01bb8
11 changed files with 11 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 213 B

After

Width:  |  Height:  |  Size: 298 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 B

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 213 B

After

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 213 B

After

Width:  |  Height:  |  Size: 298 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 B

After

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

After

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 B

View File

@ -3,6 +3,9 @@
<item
android:drawable="tab_btn_dark_up_focused_selected_dark"
android:state_selected="true" android:state_window_focused="true" />
<item
android:drawable="tab_btn_dark_up_focused_hover_dark"
android:state_hovered="true" android:state_window_focused="true" />
<item
android:drawable="tab_btn_dark_up_focused_dark"
android:state_window_focused="true" />

View File

@ -113,7 +113,7 @@
backgroundImageId="tab_btn_dark_down_dark"
/>
<style id="TAB_UP_DARK"
backgroundImageId="tab_up_background_theme_dark"
backgroundImageId="dock_window_caption_background_dark"
>
</style>
<style id="TAB_UP_BUTTON_DARK"
@ -204,6 +204,9 @@
<style id="EDIT_BOX"
backgroundImageId="editbox_background_dark"
/>
<style id="EDIT_BOX_NO_FRAME"
backgroundColor="#292929"
/>
<style id="STATUS_LINE"
backgroundColor="#101010"
/>
@ -230,7 +233,7 @@
/>
<style id="TOOLBAR_HOST"
backgroundColor="#202325"
backgroundImageId="toolbar_host_background_dark"
/>
<style id="TOOLTIP"
backgroundImageId="tooltip_background_dark"

View File

@ -209,8 +209,9 @@ res/mdpi/tab_btn_dark_down_selected_dark.9.png
res/mdpi/tab_btn_dark_up_focused.9.png
res/mdpi/tab_btn_dark_up_focused_dark.9.png
res/mdpi/tab_btn_dark_up_focused_selected.9.png
res/mdpi/tab_btn_dark_up_focused_hover.9.png
res/mdpi/tab_btn_dark_up_focused_selected_dark.9.png
res/mdpi/tab_btn_dark_up_focused_hover.9.png
res/mdpi/tab_btn_dark_up_focused_hover_dark.9.png
res/mdpi/tab_btn_dark_up_hover.9.png
res/mdpi/tab_btn_dark_up_hover_dark.9.png
res/mdpi/tab_btn_dark_up_normal.9.png
@ -227,6 +228,7 @@ res/mdpi/tab_up_background_dark_normal.9.png
res/mdpi/tab_up_background_dark_normal_dark.9.png
res/mdpi/text-plain.png
res/mdpi/toolbar_host_background.9.png
res/mdpi/toolbar_host_background_dark.9.png
res/mdpi/toolbar_background.9.png
res/mdpi/toolbar_background_dark.9.png
res/mdpi/toolbar_button_hover.9.png