From: Damyan Ivanov Date: Mon, 1 Feb 2021 06:17:46 +0000 (+0200) Subject: fix alignment of date component inputs X-Git-Tag: v0.17.0~177 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=0c223ccfc6f747a127d225dbd2037da7ac936a87 fix alignment of date component inputs --- 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" >