update download button's ripple

This commit is contained in:
Jays2Kings 2023-03-01 15:22:43 -05:00
parent f1768d3918
commit 90054bf9d2

View file

@ -46,7 +46,7 @@
android:layout_width="30dp"
android:contentDescription="@string/download"
android:layout_height="30dp"
android:background="@drawable/round_ripple"
android:background="?selectableItemBackgroundBorderless"
android:padding="5dp"
android:src="@drawable/ic_arrow_downward_24dp" />
</eu.kanade.tachiyomi.ui.download.DownloadButton>