X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftemplate_details_header.xml;fp=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftemplate_details_header.xml;h=28409d179f6cfd7c532781e8c88a92de303326c2;hp=d2167c8c1623f64d7ec87c24886ffbf6bc7a4852;hb=16ccce59cf416b57fdf88a526807f8622e8190ed;hpb=ee517e303eef7ec2ba6ca39dc73252b539bce0da 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" >