fix: download button orientation

This commit is contained in:
rebelonion 2024-02-08 00:56:14 -06:00
parent b093b5f979
commit 0758241e06
4 changed files with 12 additions and 10 deletions

View file

@ -48,7 +48,7 @@
android:layout_width="24dp"
android:layout_height="48dp"
android:layout_marginEnd="5dp"
android:background="?android:attr/selectableItemBackground"
android:background="@android:color/transparent"
app:srcCompat="@drawable/ic_download_24"
app:tint="?attr/colorOnBackground" />

View file

@ -150,7 +150,7 @@
android:layout_width="24dp"
android:layout_height="48dp"
android:layout_marginEnd="5dp"
android:background="?android:attr/selectableItemBackground"
android:background="@android:color/transparent"
app:srcCompat="@drawable/ic_download_24"
app:tint="?attr/colorOnBackground"
tools:ignore="ContentDescription" />