Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #42 from eygraber/fix-wrong-id
Browse files Browse the repository at this point in the history
Fix wrong id for date error constraint
  • Loading branch information
eygraber authored Jan 25, 2022
2 parents 6cb8653 + 006049c commit 538f525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/src/main/res/layout/date_input_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
android:id="@+id/error"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintTop_toBottomOf="@+id/time_flow"
app:layout_constraintTop_toBottomOf="@+id/date_flow"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_marginStart="16dp"
Expand Down

0 comments on commit 538f525

Please sign in to comment.