From 2dce39b056cfd5b7fc32cbb1c12570aa353069a6 Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 16 Dec 2018 16:06:19 +0100 Subject: [PATCH] Small layout improvement --- app/src/main/res/layout/fragment_options.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_options.xml b/app/src/main/res/layout/fragment_options.xml index b8e4d5f807..5bd908d418 100644 --- a/app/src/main/res/layout/fragment_options.xml +++ b/app/src/main/res/layout/fragment_options.xml @@ -119,8 +119,8 @@ android:layout_height="wrap_content" android:layout_marginStart="12dp" android:layout_marginTop="12dp" - android:layout_marginEnd="12dp" android:entries="@array/downloadNames" + android:gravity="end" app:layout_constraintBottom_toBottomOf="@id/tvDownload" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toEndOf="@id/tvDownload"