From 47419b06b57523c7c07ddfecd3346a649c515af2 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 22 Oct 2019 21:42:18 +0200 Subject: [PATCH] Small layout improvement --- app/src/main/res/layout/dialog_theme.xml | 175 +++++++++++++---------- 1 file changed, 97 insertions(+), 78 deletions(-) diff --git a/app/src/main/res/layout/dialog_theme.xml b/app/src/main/res/layout/dialog_theme.xml index 5e2a84ca88..78d853f3f3 100644 --- a/app/src/main/res/layout/dialog_theme.xml +++ b/app/src/main/res/layout/dialog_theme.xml @@ -1,95 +1,114 @@ - - + + + android:layout_height="wrap_content" + android:layout_marginTop="24dp" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@id/tvCaption"> - + - + android:orientation="vertical" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent"> - + - + - + - + - + - - + + + + + + - - - \ No newline at end of file + + \ No newline at end of file