diff --git a/app/src/main/res/layout/fragment_input.xml b/app/src/main/res/layout/fragment_input.xml index 9a80e31..39f431d 100644 --- a/app/src/main/res/layout/fragment_input.xml +++ b/app/src/main/res/layout/fragment_input.xml @@ -15,11 +15,12 @@ app:layout_constraintEnd_toEndOf="parent" android:layout_marginTop="8dp" app:layout_constraintTop_toTopOf="parent" + android:id="@+id/mEditTextLayout" android:layout_marginBottom="8dp" - app:layout_constraintBottom_toTopOf="@+id/button" android:layout_width="match_parent" android:layout_height="wrap_content" app:helperText="what do you want to say?" + app:layout_constraintBottom_toBottomOf="parent" android:hint="message"> - + app:layout_constraintTop_toBottomOf="@+id/mEditTextLayout"/> \ No newline at end of file