diff --git a/app/src/main/res/drawable-v21/round_ripple_selector.xml b/app/src/main/res/drawable-v21/round_ripple_selector.xml new file mode 100644 index 00000000..622a85b9 --- /dev/null +++ b/app/src/main/res/drawable-v21/round_ripple_selector.xml @@ -0,0 +1,9 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable-v21/round_ripple_selector_dark.xml b/app/src/main/res/drawable-v21/round_ripple_selector_dark.xml new file mode 100644 index 00000000..8e87f190 --- /dev/null +++ b/app/src/main/res/drawable-v21/round_ripple_selector_dark.xml @@ -0,0 +1,9 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable-v21/round_selector.xml b/app/src/main/res/drawable-v21/round_selector.xml new file mode 100644 index 00000000..d1809684 --- /dev/null +++ b/app/src/main/res/drawable-v21/round_selector.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable-v21/round_selector_dark.xml b/app/src/main/res/drawable-v21/round_selector_dark.xml new file mode 100644 index 00000000..fc2932f9 --- /dev/null +++ b/app/src/main/res/drawable-v21/round_selector_dark.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/list_item_activated.xml b/app/src/main/res/drawable/list_item_activated.xml index 603cde48..5c1a210f 100755 --- a/app/src/main/res/drawable/list_item_activated.xml +++ b/app/src/main/res/drawable/list_item_activated.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/drawable/list_item_activated_dark.xml b/app/src/main/res/drawable/list_item_activated_dark.xml index cc568803..a0aa840f 100755 --- a/app/src/main/res/drawable/list_item_activated_dark.xml +++ b/app/src/main/res/drawable/list_item_activated_dark.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/drawable/list_item_selected.xml b/app/src/main/res/drawable/list_item_selected.xml index f11a29f3..eaa1bd2f 100755 --- a/app/src/main/res/drawable/list_item_selected.xml +++ b/app/src/main/res/drawable/list_item_selected.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/drawable/list_item_selected_dark.xml b/app/src/main/res/drawable/list_item_selected_dark.xml index 90fd83f2..a32bd4df 100755 --- a/app/src/main/res/drawable/list_item_selected_dark.xml +++ b/app/src/main/res/drawable/list_item_selected_dark.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/drawable/round_selected.xml b/app/src/main/res/drawable/round_selected.xml new file mode 100644 index 00000000..190dd7df --- /dev/null +++ b/app/src/main/res/drawable/round_selected.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/round_selected_dark.xml b/app/src/main/res/drawable/round_selected_dark.xml new file mode 100644 index 00000000..33405edb --- /dev/null +++ b/app/src/main/res/drawable/round_selected_dark.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/round_selector.xml b/app/src/main/res/drawable/round_selector.xml new file mode 100644 index 00000000..b12bc490 --- /dev/null +++ b/app/src/main/res/drawable/round_selector.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/round_selector_dark.xml b/app/src/main/res/drawable/round_selector_dark.xml new file mode 100644 index 00000000..8eaa1e81 --- /dev/null +++ b/app/src/main/res/drawable/round_selector_dark.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_music_controller.xml b/app/src/main/res/layout/activity_music_controller.xml index 4bcd0e71..d1c3d516 100644 --- a/app/src/main/res/layout/activity_music_controller.xml +++ b/app/src/main/res/layout/activity_music_controller.xml @@ -114,7 +114,7 @@ android:layout_centerVertical="true" android:layout_margin="8dp" android:layout_toLeftOf="@+id/fab" - android:background="?android:attr/selectableItemBackground" + android:background="?round_selector" android:padding="14dp" android:scaleType="fitCenter" android:src="@drawable/ic_skip_previous_white_48dp"/> @@ -126,7 +126,7 @@ android:layout_centerVertical="true" android:layout_margin="8dp" android:layout_toRightOf="@+id/fab" - android:background="?android:attr/selectableItemBackground" + android:background="?round_selector" android:padding="14dp" android:scaleType="fitCenter" android:src="@drawable/ic_skip_next_white_48dp"/> @@ -138,7 +138,7 @@ android:layout_alignParentLeft="true" android:layout_centerVertical="true" android:layout_margin="8dp" - android:background="?android:attr/selectableItemBackground" + android:background="?round_selector" android:padding="14dp" android:scaleType="fitCenter" android:src="@drawable/ic_repeat_grey600_48dp"/> @@ -150,7 +150,7 @@ android:layout_alignParentRight="true" android:layout_centerVertical="true" android:layout_margin="8dp" - android:background="?android:attr/selectableItemBackground" + android:background="?round_selector" android:padding="14dp" android:scaleType="fitCenter" android:src="@drawable/ic_shuffle_grey600_48dp"/> diff --git a/app/src/main/res/layout/fragment_place_holder.xml b/app/src/main/res/layout/fragment_place_holder.xml index b018f65f..bf4fae40 100644 --- a/app/src/main/res/layout/fragment_place_holder.xml +++ b/app/src/main/res/layout/fragment_place_holder.xml @@ -1,12 +1,11 @@ diff --git a/app/src/main/res/values-v21/colors.xml b/app/src/main/res/values-v21/colors.xml index 1bb789d5..5efe8760 100644 --- a/app/src/main/res/values-v21/colors.xml +++ b/app/src/main/res/values-v21/colors.xml @@ -1,4 +1,7 @@ #de000000 + + #D0D0D0 + #88FFFFFF \ No newline at end of file diff --git a/app/src/main/res/values-v21/styles.xml b/app/src/main/res/values-v21/styles.xml index 0729ca41..acc77a2e 100644 --- a/app/src/main/res/values-v21/styles.xml +++ b/app/src/main/res/values-v21/styles.xml @@ -1,11 +1,11 @@ @@ -43,7 +45,9 @@ @drawable/list_selector + @drawable/round_selector + false