diff --git a/app/src/main/res/layout/fragment_player.xml b/app/src/main/res/layout/fragment_player.xml index 41e284121..01cfb7bdd 100644 --- a/app/src/main/res/layout/fragment_player.xml +++ b/app/src/main/res/layout/fragment_player.xml @@ -244,7 +244,7 @@ android:layout_marginTop="15dp" android:layout_marginEnd="8dp" android:layout_marginBottom="15dp" - android:background="?android:attr/selectableItemBackground" + android:background="@drawable/rounded_ripple" android:orientation="horizontal" android:paddingLeft="8dp" android:paddingRight="8dp"> diff --git a/app/src/main/res/layout/searchhistory_row.xml b/app/src/main/res/layout/searchhistory_row.xml index 4c3ad5ed3..e8cb42e26 100644 --- a/app/src/main/res/layout/searchhistory_row.xml +++ b/app/src/main/res/layout/searchhistory_row.xml @@ -31,7 +31,7 @@ android:id="@+id/delete_history" android:layout_width="0dp" android:layout_height="wrap_content" - android:background="?android:attr/selectableItemBackground" + android:background="?android:attr/selectableItemBackgroundBorderless" android:padding="5dp" android:src="@drawable/ic_close" app:layout_constraintEnd_toEndOf="parent"