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

Commit

Permalink
Fix wrong id for date error constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber committed Jan 25, 2022
1 parent 6cb8653 commit 006049c
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 006049c

Please sign in to comment.