[android] Fix alignment of download button

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-09-16 18:42:26 +02:00
committed by x7z4w
parent f16432123d
commit 86dc0cfc60

View File

@@ -56,7 +56,7 @@
<FrameLayout
android:id="@+id/downloader_controls_frame"
android:layout_width="180dp"
android:layout_height="@dimen/downloader_status_size"
android:layout_height="wrap_content"
android:clipChildren="false">
<com.google.android.material.button.MaterialButton
android:id="@+id/downloader_button"