From 0c223ccfc6f747a127d225dbd2037da7ac936a87 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Mon, 1 Feb 2021 08:17:46 +0200 Subject: [PATCH] fix alignment of date component inputs --- app/src/main/res/layout/pattern_details_header.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/pattern_details_header.xml b/app/src/main/res/layout/pattern_details_header.xml index 1e9e35f9..17a648c0 100644 --- a/app/src/main/res/layout/pattern_details_header.xml +++ b/app/src/main/res/layout/pattern_details_header.xml @@ -172,7 +172,7 @@ android:id="@+id/pattern_details_date_year_layout" android:layout_width="0dp" android:layout_height="wrap_content" - app:layout_constraintEnd_toStartOf="@id/pattern_details_date_month_layout" + app:layout_constraintEnd_toEndOf="@id/pattern_details_year_source" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/barrier_before_date_inputs" > @@ -188,8 +188,8 @@ android:id="@+id/pattern_details_date_month_layout" android:layout_width="0dp" android:layout_height="wrap_content" - app:layout_constraintEnd_toStartOf="@id/pattern_details_date_day_layout" - app:layout_constraintStart_toEndOf="@id/pattern_details_date_year_layout" + app:layout_constraintEnd_toEndOf="@id/pattern_details_month_source" + app:layout_constraintStart_toStartOf="@id/pattern_details_month_source" app:layout_constraintTop_toBottomOf="@id/barrier_before_date_inputs" >