From a9af0e5574ca041c5b02392b5d2517f846280480 Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 31 Oct 2020 08:13:49 +0100 Subject: [PATCH] Small layout improvement --- app/src/main/res/layout/fragment_options_encryption.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_options_encryption.xml b/app/src/main/res/layout/fragment_options_encryption.xml index 1cb0c5b907..6dca4c502d 100644 --- a/app/src/main/res/layout/fragment_options_encryption.xml +++ b/app/src/main/res/layout/fragment_options_encryption.xml @@ -35,6 +35,7 @@ android:layout_height="wrap_content" android:contentDescription="@string/title_info" android:tooltipText="@string/title_info" + app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/tvCaptionGeneral" app:srcCompat="@drawable/twotone_info_24" />