dark theme:

This commit is contained in:
Vadim Lopatin 2015-03-06 09:59:10 +03:00
parent ae83f16639
commit 5f46f1ce32
19 changed files with 26 additions and 26 deletions

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" > <selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item <item
android:drawable="btn_disabled" android:drawable="btn_disabled_dark"
android:state_enabled="false" android:state_enabled="false"
android:state_focused="true" /> android:state_focused="true" />
<item <item
android:drawable="btn_pressed" android:drawable="btn_pressed_dark"
android:state_focused="true" /> android:state_focused="true" />
<item <item
android:drawable="btn_normal" android:drawable="btn_normal_dark"
android:state_selected="true" /> android:state_selected="true" />
<item <item
android:drawable="#E04040FF" android:drawable="#E04040FF"

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" > <selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item <item
android:drawable="main_menu_item_background_selected" android:drawable="main_menu_item_background_selected_dark"
android:state_selected="true" /> android:state_selected="true" />
<item <item
android:drawable="main_menu_item_background_hover" android:drawable="main_menu_item_background_hover_dark"
android:state_hovered="true" /> android:state_hovered="true" />
<item <item
android:drawable="@null" /> android:drawable="@null" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 B

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 B

After

Width:  |  Height:  |  Size: 195 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 503 B

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 B

After

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 B

After

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 245 B

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 249 B

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 249 B

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 224 B

After

Width:  |  Height:  |  Size: 223 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 562 B

After

Width:  |  Height:  |  Size: 538 B

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" > <selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item <item
android:drawable="btn_disabled" android:drawable="btn_disabled_dark"
android:state_enabled="false" android:state_enabled="false"
android:state_focused="true" /> android:state_focused="true" />
<item <item
android:drawable="btn_pressed" android:drawable="btn_pressed_dark"
android:state_focused="true" /> android:state_focused="true" />
<item <item
android:drawable="btn_normal" android:drawable="btn_normal_dark"
android:state_selected="true" /> android:state_selected="true" />
<item <item
android:drawable="#E04040FF" android:drawable="#E04040FF"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 374 B

After

Width:  |  Height:  |  Size: 358 B

View File

@ -14,8 +14,8 @@
focusRectColors="#FFF" focusRectColors="#FFF"
textFlags="UnderlineHotKeys" textFlags="UnderlineHotKeys"
> >
<state state_enabled="false" textColor="#80FFFFFF"/> <state state_enabled="false" textColor="#60FFFFFF"/>
<state state_enabled="true" state_hovered="true" textColor="#80FFFF"/> <state state_enabled="true" state_hovered="true" textColor="#FF0000"/>
</style> </style>
<style id="BUTTON_TRANSPARENT" <style id="BUTTON_TRANSPARENT"
backgroundImageId="btn_background_transparent_dark" backgroundImageId="btn_background_transparent_dark"
@ -27,8 +27,8 @@
align="Left|VCenter" align="Left|VCenter"
textFlags="UnderlineHotKeys" textFlags="UnderlineHotKeys"
> >
<state state_enabled="false" textColor="#80FFFFFF"/> <state state_enabled="false" textColor="#60FFFFFF"/>
<state state_enabled="true" state_hovered="true" textColor="#80FFFF"/> <state state_enabled="true" state_hovered="true" textColor="#FF0000"/>
</style> </style>
<style id="BUTTON_IMAGE" <style id="BUTTON_IMAGE"
margins="2,2,2,2" margins="2,2,2,2"
@ -186,20 +186,20 @@
align="Left|VCenter" align="Left|VCenter"
textFlags="UnderlineHotKeys" textFlags="UnderlineHotKeys"
> >
<state state_enabled="false" textColor="#80C0C0C0"/> <state state_enabled="false" textColor="#60FFFFFF"/>
</style> </style>
<style id="MAIN_MENU_LABEL" <style id="MAIN_MENU_LABEL"
margins="4,2,4,2" margins="4,2,4,2"
align="Left|VCenter" align="Left|VCenter"
textFlags="Parent" textFlags="Parent"
> >
<state state_enabled="false" textColor="#80C0C0C0"/> <state state_enabled="false" textColor="#60FFFFFF"/>
</style> </style>
<style id="MENU_ACCEL" <style id="MENU_ACCEL"
margins="4,2,4,2" margins="4,2,4,2"
align="Left|VCenter" align="Left|VCenter"
> >
<state state_enabled="false" textColor="#80C0C0C0"/> <state state_enabled="false" textColor="#60FFFFFF"/>
</style> </style>
<style id="TRANSPARENT_BUTTON_BACKGROUND" <style id="TRANSPARENT_BUTTON_BACKGROUND"
backgroundImageId="btn_background_transparent_dark" backgroundImageId="btn_background_transparent_dark"

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" > <selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item <item
android:drawable="toolbar_button_hover" android:drawable="toolbar_button_hover_dark"
android:state_enabled="false" android:state_enabled="false"
android:state_focused="true" /> android:state_focused="true" />
<item <item
android:drawable="toolbar_button_hover" android:drawable="toolbar_button_hover_dark"
android:state_hovered="true" android:state_hovered="true"
android:state_focused="true" /> android:state_focused="true" />
<item <item
android:drawable="toolbar_button_hover" android:drawable="toolbar_button_hover_dark"
android:state_focused="true" android:state_focused="true"
/> />
<item <item
android:drawable="toolbar_button_pressed" android:drawable="toolbar_button_pressed_dark"
android:state_pressed="true" /> android:state_pressed="true" />
<item <item
android:drawable="toolbar_button_hover" android:drawable="toolbar_button_hover_dark"
android:state_hovered="true" /> android:state_hovered="true" />
<item <item
android:drawable="@null" /> android:drawable="@null" />

View File

@ -1,23 +1,23 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" > <selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item <item
android:drawable="toolbar_control_disabled" android:drawable="toolbar_control_disabled_dark"
android:state_enabled="false" android:state_enabled="false"
android:state_focused="true" /> android:state_focused="true" />
<item <item
android:drawable="toolbar_button_hover" android:drawable="toolbar_button_hover_dark"
android:state_hovered="true" android:state_hovered="true"
android:state_focused="true" /> android:state_focused="true" />
<item <item
android:drawable="toolbar_button_hover" android:drawable="toolbar_button_hover_dark"
android:state_focused="true" android:state_focused="true"
/> />
<item <item
android:drawable="toolbar_button_pressed" android:drawable="toolbar_button_pressed_dark"
android:state_pressed="true" /> android:state_pressed="true" />
<item <item
android:drawable="toolbar_button_hover" android:drawable="toolbar_button_hover_dark"
android:state_hovered="true" /> android:state_hovered="true" />
<item <item
android:drawable="toolbar_control_normal" /> android:drawable="toolbar_control_normal_dark" />
</selector> </selector>