mirror of https://github.com/buggins/dlangui.git
dark theme rework
This commit is contained in:
parent
9ef54524db
commit
3f9c1c335f
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:drawable="dock_window_background_focused_dark"
|
||||
android:state_window_focused="true" />
|
||||
<item
|
||||
android:drawable="dock_window_background_normal_dark" />
|
||||
</selector>
|
Binary file not shown.
After Width: | Height: | Size: 329 B |
Binary file not shown.
After Width: | Height: | Size: 338 B |
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:drawable="dock_window_caption_background_focused_dark"
|
||||
android:state_window_focused="true" />
|
||||
<item
|
||||
android:drawable="dock_window_caption_background_normal_dark" />
|
||||
</selector>
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:drawable="dock_window_caption_background_focused_down_dark"
|
||||
android:state_window_focused="true" />
|
||||
<item
|
||||
android:drawable="dock_window_caption_background_normal_down_dark" />
|
||||
</selector>
|
Binary file not shown.
After Width: | Height: | Size: 290 B |
Binary file not shown.
After Width: | Height: | Size: 249 B |
Binary file not shown.
After Width: | Height: | Size: 295 B |
Binary file not shown.
After Width: | Height: | Size: 246 B |
|
@ -211,16 +211,16 @@
|
|||
backgroundImageId="editbox_background_dark"
|
||||
/>
|
||||
<style id="DOCK_HOST"
|
||||
backgroundColor="#091925"
|
||||
backgroundColor="#515658"
|
||||
/>
|
||||
<style id="DOCK_WINDOW"
|
||||
backgroundColor="#8E9BBC"
|
||||
backgroundImageId="dock_window_background_dark"
|
||||
/>
|
||||
<style id="FLOATING_WINDOW"
|
||||
backgroundImageId="popup_window_background_dark"
|
||||
/>
|
||||
<style id="DOCK_WINDOW_CAPTION"
|
||||
backgroundColor="#3d5072"
|
||||
backgroundImageId="dock_window_caption_background_dark"
|
||||
/>
|
||||
<style id="DOCK_WINDOW_CAPTION_LABEL"
|
||||
textColor="#E0E0E0"
|
||||
|
|
|
@ -27,14 +27,23 @@ res/editbox_background.xml
|
|||
res/editbox_background_dark.xml
|
||||
res/exit.png
|
||||
res/dock_window_background.xml
|
||||
res/dock_window_background_dark.xml
|
||||
res/dock_window_background_focused.9.png
|
||||
res/dock_window_background_focused_dark.9.png
|
||||
res/dock_window_background_normal.9.png
|
||||
res/dock_window_background_normal_dark.9.png
|
||||
res/dock_window_caption_background.xml
|
||||
res/dock_window_caption_background_focused.9.png
|
||||
res/dock_window_caption_background_normal.9.png
|
||||
res/dock_window_caption_background_down.xml
|
||||
res/dock_window_caption_background_focused_down.9.png
|
||||
res/dock_window_caption_background_normal_down.9.png
|
||||
res/dock_window_caption_background_dark.xml
|
||||
res/dock_window_caption_background_focused_dark.9.png
|
||||
res/dock_window_caption_background_normal_dark.9.png
|
||||
res/dock_window_caption_background_down_dark.xml
|
||||
res/dock_window_caption_background_focused_down_dark.9.png
|
||||
res/dock_window_caption_background_normal_down_dark.9.png
|
||||
res/fileclose.png
|
||||
res/fileopen.png
|
||||
res/frame_blue.9.png
|
||||
|
|
Loading…
Reference in New Issue