Fix alignment on downloads screen (#7387)

This commit is contained in:
ByteHamster 2024-09-08 12:04:50 +02:00 committed by GitHub
parent 3fdc39f517
commit c26bd7f879
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
android:id="@+id/progLoading"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_centerInParent="true"
android:indeterminateOnly="true"
android:visibility="gone" />
@ -46,6 +46,6 @@
android:id="@+id/floatingSelectMenu"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom" />
android:layout_alignParentBottom="true" />
</RelativeLayout>