fix: change download icon

This commit is contained in:
rebelonion 2024-02-04 00:29:16 -06:00
parent eade3ce341
commit 462f82e3fb
22 changed files with 22 additions and 22 deletions

View file

@ -44,7 +44,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:src="@drawable/ic_round_download_24"
android:src="@drawable/ic_download_24"
android:textSize="14sp"
app:tint="?attr/colorOnBackground"/>
</LinearLayout>