diff --git a/app/src/main/res/drawable-v21/rect_ripple_selector.xml b/app/src/main/res/drawable-v21/rect_ripple_selector.xml
new file mode 100644
index 00000000..aab8a0b6
--- /dev/null
+++ b/app/src/main/res/drawable-v21/rect_ripple_selector.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable-v21/rect_ripple_selector_dark.xml b/app/src/main/res/drawable-v21/rect_ripple_selector_dark.xml
new file mode 100644
index 00000000..7d597b4c
--- /dev/null
+++ b/app/src/main/res/drawable-v21/rect_ripple_selector_dark.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable-v21/rect_selector.xml b/app/src/main/res/drawable-v21/rect_selector.xml
new file mode 100644
index 00000000..b60d1e48
--- /dev/null
+++ b/app/src/main/res/drawable-v21/rect_selector.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable-v21/rect_selector_dark.xml b/app/src/main/res/drawable-v21/rect_selector_dark.xml
new file mode 100644
index 00000000..70f5f273
--- /dev/null
+++ b/app/src/main/res/drawable-v21/rect_selector_dark.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/rect_selected.xml b/app/src/main/res/drawable/rect_selected.xml
new file mode 100644
index 00000000..e874d43b
--- /dev/null
+++ b/app/src/main/res/drawable/rect_selected.xml
@@ -0,0 +1,5 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/rect_selected_dark.xml b/app/src/main/res/drawable/rect_selected_dark.xml
new file mode 100644
index 00000000..431ac349
--- /dev/null
+++ b/app/src/main/res/drawable/rect_selected_dark.xml
@@ -0,0 +1,5 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/rect_selector.xml b/app/src/main/res/drawable/rect_selector.xml
new file mode 100644
index 00000000..7867e338
--- /dev/null
+++ b/app/src/main/res/drawable/rect_selector.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/rect_selector_dark.xml b/app/src/main/res/drawable/rect_selector_dark.xml
new file mode 100644
index 00000000..fa2978e0
--- /dev/null
+++ b/app/src/main/res/drawable/rect_selector_dark.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/dialog_playlist.xml b/app/src/main/res/layout/dialog_playlist.xml
index d200dd2d..45292f5e 100644
--- a/app/src/main/res/layout/dialog_playlist.xml
+++ b/app/src/main/res/layout/dialog_playlist.xml
@@ -1,5 +1,6 @@
diff --git a/app/src/main/res/layout/fragment_songview.xml b/app/src/main/res/layout/fragment_songview.xml
index 6aad9a72..088acf07 100644
--- a/app/src/main/res/layout/fragment_songview.xml
+++ b/app/src/main/res/layout/fragment_songview.xml
@@ -7,6 +7,7 @@
android:padding="2dp">
diff --git a/app/src/main/res/layout/item_playlist.xml b/app/src/main/res/layout/item_playlist.xml
index a8fc0421..cc9eab18 100644
--- a/app/src/main/res/layout/item_playlist.xml
+++ b/app/src/main/res/layout/item_playlist.xml
@@ -3,7 +3,6 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="64dp"
- android:background="?android:attr/selectableItemBackground"
android:descendantFocusability="blocksDescendants"
android:orientation="horizontal"
>
diff --git a/app/src/main/res/layout/item_song.xml b/app/src/main/res/layout/item_song.xml
index 339806cf..8c116c18 100644
--- a/app/src/main/res/layout/item_song.xml
+++ b/app/src/main/res/layout/item_song.xml
@@ -3,7 +3,6 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="64dp"
- android:background="?android:attr/selectableItemBackground"
android:descendantFocusability="blocksDescendants"
android:orientation="horizontal"
android:paddingLeft="16dp"
diff --git a/app/src/main/res/layout/item_song_view.xml b/app/src/main/res/layout/item_song_view.xml
index 28bccc78..6415f65d 100644
--- a/app/src/main/res/layout/item_song_view.xml
+++ b/app/src/main/res/layout/item_song_view.xml
@@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="64dp"
- android:background="?android:attr/selectableItemBackground"
+ android:descendantFocusability="blocksDescendants"
android:orientation="horizontal"
android:paddingLeft="16dp">
diff --git a/app/src/main/res/values-v21/styles.xml b/app/src/main/res/values-v21/styles.xml
index acc77a2e..1ad1a20d 100644
--- a/app/src/main/res/values-v21/styles.xml
+++ b/app/src/main/res/values-v21/styles.xml
@@ -2,10 +2,12 @@
diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml
index 71441d50..cc965755 100644
--- a/app/src/main/res/values/attrs.xml
+++ b/app/src/main/res/values/attrs.xml
@@ -7,4 +7,5 @@
+
\ No newline at end of file
diff --git a/app/src/main/res/values/styles_parents.xml b/app/src/main/res/values/styles_parents.xml
index b5e195dd..1b4a7311 100644
--- a/app/src/main/res/values/styles_parents.xml
+++ b/app/src/main/res/values/styles_parents.xml
@@ -21,6 +21,7 @@
- @drawable/list_selector_dark
- @drawable/round_selector_dark
+ - @drawable/rect_selector_dark
- true
@@ -46,6 +47,7 @@
- @drawable/list_selector
- @drawable/round_selector
+ - @drawable/rect_selector
- false