X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;ds=sidebyside;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fpattern_details_header.xml;h=17a648c09ca8d738fe32b750f8d77003a6196c3c;hb=0c223ccfc6f747a127d225dbd2037da7ac936a87;hp=1e9e35f9e563cf28a1a2160272b0a31a819e7de1;hpb=33a5b8bfc0c637efa1c2a66bd175381da93d4490;p=mobile-ledger.git 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" >