enhancement in default theme: tree view, list and menu item style background images - copy+paste from Eclipse

This commit is contained in:
Vadim Lopatin 2017-08-25 10:55:16 +03:00
parent 545585d5c1
commit 2d946d7c85
6 changed files with 11 additions and 8 deletions

View File

@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:drawable="btn_disabled"
android:drawable="list_item_selected"
android:state_enabled="false"
android:state_focused="true" />
<item
android:drawable="btn_pressed"
android:drawable="list_item_focused"
android:state_focused="true" />
<item
android:drawable="btn_normal"
android:drawable="list_item_selected"
android:state_selected="true" />
<item
android:drawable="#E04040FF"
android:drawable="list_item_hovered"
android:state_hovered="true" />
<item
android:drawable="@null" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 B

View File

@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:drawable="btn_disabled"
android:drawable="list_item_selected"
android:state_enabled="false"
android:state_focused="true" />
<item
android:drawable="btn_hover"
android:drawable="list_item_focused"
android:state_focused="true" />
<item
android:drawable="btn_normal"
android:drawable="list_item_selected"
android:state_selected="true" />
<item
android:drawable="#E04040FF"
android:drawable="list_item_hovered"
android:state_hovered="true" />
<item
android:drawable="@null" />

View File

@ -200,6 +200,9 @@ res/mdpi/folder-blue.png
res/mdpi/folder-bookmark.png
res/mdpi/folder-network.png
res/mdpi/folder.png
res/mdpi/list_item_focused.9.png
res/mdpi/list_item_hovered.9.png
res/mdpi/list_item_selected.9.png
res/mdpi/media-flash-sd-mmc.png
res/mdpi/popup_window_background.9.png
res/mdpi/popup_window_background_dark.9.png