44 android : layout_width =" match_parent"
55 android : layout_height =" match_parent" >
66
7+ <TextView
8+ android : id =" @+id/textView"
9+ android : layout_width =" 0dp"
10+ android : layout_height =" wrap_content"
11+ android : layout_marginStart =" 8dp"
12+ android : layout_marginEnd =" 8dp"
13+ android : fontFamily =" sans-serif-condensed-medium"
14+ android : text =" Press and hold in order to confirm you have watered the plant!"
15+ android : textAppearance =" @style/TextAppearance.AppCompat.Small"
16+ android : textColor =" @android:color/black"
17+ app : layout_constraintEnd_toEndOf =" parent"
18+ app : layout_constraintStart_toStartOf =" parent" />
19+
720 <Button
821 android : id =" @+id/addPlantButton"
922 android : layout_width =" wrap_content"
1932 android : layout_width =" match_parent"
2033 android : layout_height =" 0dp"
2134 android : layout_marginStart =" 8dp"
22- android : layout_marginTop =" 8dp"
2335 android : layout_marginEnd =" 8dp"
2436 app : layout_constraintBottom_toTopOf =" @+id/addPlantButton"
2537 app : layout_constraintEnd_toEndOf =" parent"
2638 app : layout_constraintStart_toStartOf =" parent"
27- app : layout_constraintTop_toTopOf = " parent " />
39+ app : layout_constraintTop_toBottomOf = " @+id/textView " />
2840</androidx .constraintlayout.widget.ConstraintLayout>
0 commit comments