dark theme fixes
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 298 B |
After Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 204 B After Width: | Height: | Size: 297 B |
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 439 B |
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 298 B |
Before Width: | Height: | Size: 212 B After Width: | Height: | Size: 335 B |
Before Width: | Height: | Size: 250 B After Width: | Height: | Size: 218 B |
After Width: | Height: | Size: 377 B |
|
@ -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" />
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|