diff --git a/res/drawable/list_selector_background_transition_holo_dark.xml b/res/drawable/list_selector_background_transition_holo_dark.xml
deleted file mode 100644
index c1ab1cdd..00000000
--- a/res/drawable/list_selector_background_transition_holo_dark.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
diff --git a/res/drawable/selectable_item_bg.xml b/res/drawable/selectable_item_bg.xml
deleted file mode 100644
index c58bb7ff..00000000
--- a/res/drawable/selectable_item_bg.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/res/layout/actionbar_controls.xml b/res/layout/actionbar_controls.xml
index 60b40a97..6034a86a 100644
--- a/res/layout/actionbar_controls.xml
+++ b/res/layout/actionbar_controls.xml
@@ -22,7 +22,7 @@ THE SOFTWARE.
-->
@@ -35,7 +35,7 @@ THE SOFTWARE.
android:layout_height="fill_parent"
android:layout_width="0px"
android:layout_weight="1"
- android:background="@drawable/selectable_item_bg"
+ android:background="?android:attr/selectableItemBackground"
android:scaleType="fitCenter"
android:src="@drawable/previous"
android:contentDescription="@string/previous_song" />
@@ -44,7 +44,7 @@ THE SOFTWARE.
android:layout_height="fill_parent"
android:layout_width="0px"
android:layout_weight="1"
- android:background="@drawable/selectable_item_bg"
+ android:background="?android:attr/selectableItemBackground"
android:scaleType="fitCenter"
android:src="@drawable/play"
android:contentDescription="@string/play_pause" />
@@ -53,7 +53,7 @@ THE SOFTWARE.
android:layout_height="fill_parent"
android:layout_width="0px"
android:layout_weight="1"
- android:background="@drawable/selectable_item_bg"
+ android:background="?android:attr/selectableItemBackground"
android:scaleType="fitCenter"
android:src="@drawable/next"
android:contentDescription="@string/next_song" />
@@ -62,7 +62,7 @@ THE SOFTWARE.
android:layout_height="fill_parent"
android:layout_width="0px"
android:layout_weight="1"
- android:background="@drawable/selectable_item_bg"
+ android:background="?android:attr/selectableItemBackground"
android:scaleType="fitCenter"
android:src="@drawable/repeat_inactive"
android:contentDescription="@string/cycle_repeat_mode" />
diff --git a/res/layout/draggable_row.xml b/res/layout/draggable_row.xml
index 76759f4e..78cc3a42 100644
--- a/res/layout/draggable_row.xml
+++ b/res/layout/draggable_row.xml
@@ -23,7 +23,7 @@ along with this program. If not, see .
>
diff --git a/res/layout/filebrowser_content.xml b/res/layout/filebrowser_content.xml
index 2002f0af..e1e1a17c 100644
--- a/res/layout/filebrowser_content.xml
+++ b/res/layout/filebrowser_content.xml
@@ -58,7 +58,7 @@ THE SOFTWARE.
android:layout_height="wrap_content"
android:divider="@color/divider_color"
android:dividerHeight="1dip"
- android:listSelector="@drawable/selectable_item_bg"
+ android:listSelector="?android:attr/selectableItemBackground"
android:scrollbarStyle="outsideInset" />
diff --git a/res/layout/filebrowser_row.xml b/res/layout/filebrowser_row.xml
index 32928336..11d93a11 100644
--- a/res/layout/filebrowser_row.xml
+++ b/res/layout/filebrowser_row.xml
@@ -2,7 +2,7 @@
diff --git a/res/layout/four_white_widget.xml b/res/layout/four_white_widget.xml
index 7b19c946..11e0d2ad 100644
--- a/res/layout/four_white_widget.xml
+++ b/res/layout/four_white_widget.xml
@@ -99,7 +99,7 @@ THE SOFTWARE.
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:background="@drawable/selectable_item_bg"
+ android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/previous_song"
android:scaleType="fitCenter"
android:src="@drawable/widget_previous"
@@ -109,7 +109,7 @@ THE SOFTWARE.
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:background="@drawable/selectable_item_bg"
+ android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/play_pause"
android:scaleType="fitCenter"
android:src="@drawable/widget_play"
@@ -119,7 +119,7 @@ THE SOFTWARE.
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:background="@drawable/selectable_item_bg"
+ android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/next_song"
android:scaleType="fitCenter"
android:src="@drawable/widget_next"
diff --git a/res/layout/library_content.xml b/res/layout/library_content.xml
index e87b56f7..80d04ffd 100644
--- a/res/layout/library_content.xml
+++ b/res/layout/library_content.xml
@@ -64,7 +64,7 @@ THE SOFTWARE.
android:paddingBottom="4dip"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
- android:background="@drawable/selectable_item_bg"
+ android:background="?android:attr/selectableItemBackground"
android:src="@drawable/close"
android:contentDescription="@string/clear_search" />
diff --git a/res/layout/library_row.xml b/res/layout/library_row.xml
index bee02812..88855ebb 100644
--- a/res/layout/library_row.xml
+++ b/res/layout/library_row.xml
@@ -22,7 +22,7 @@ THE SOFTWARE.
-->
diff --git a/res/layout/showqueue_listview.xml b/res/layout/showqueue_listview.xml
index 76403ba5..668573db 100644
--- a/res/layout/showqueue_listview.xml
+++ b/res/layout/showqueue_listview.xml
@@ -5,7 +5,7 @@
android:id="@+id/list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:listSelector="@drawable/selectable_item_bg"
+ android:listSelector="?android:attr/selectableItemBackground"
android:scrollbarStyle="outsideInset"
android:divider="@null"
dslv:drag_enabled="true"