Skip to content

Commit 62e48cb

Browse files
committed
Add missing vertical constraint to money error
1 parent e556ea5 commit 62e48cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/res/layout/dialog_transaction.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
android:textColor="@color/colorDanger"
6868
android:layout_width="wrap_content"
6969
android:layout_height="wrap_content"
70+
app:layout_constraintTop_toBottomOf="@id/crownsInput"
7071
app:layout_constraintEnd_toEndOf="parent"
7172
app:layout_constraintStart_toStartOf="parent" />
7273

0 commit comments

Comments
 (0)