From: Damyan Ivanov Date: Tue, 27 Apr 2021 19:51:39 +0000 (+0300) Subject: another fix to the layout of template date parameters X-Git-Tag: v0.18.0~7 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=16ccce59cf416b57fdf88a526807f8622e8190ed another fix to the layout of template date parameters --- diff --git a/app/src/main/res/layout/template_details_header.xml b/app/src/main/res/layout/template_details_header.xml index d2167c8c..28409d17 100644 --- a/app/src/main/res/layout/template_details_header.xml +++ b/app/src/main/res/layout/template_details_header.xml @@ -252,7 +252,7 @@ android:id="@+id/year_layout" android:layout_width="0dp" android:layout_height="wrap_content" - app:layout_constraintEnd_toStartOf="@+id/month_layout" + app:layout_constraintEnd_toEndOf="@id/year_source_label" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/barrier_before_date_inputs" > @@ -269,8 +269,8 @@ android:id="@+id/month_layout" android:layout_width="0dp" android:layout_height="wrap_content" - app:layout_constraintEnd_toStartOf="@+id/day_layout" - app:layout_constraintStart_toEndOf="@id/year_layout" + app:layout_constraintEnd_toEndOf="@id/month_source_label" + app:layout_constraintStart_toStartOf="@id/month_source_label" app:layout_constraintTop_toBottomOf="@id/barrier_before_date_inputs" >