This repository was archived by the owner on Feb 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<androidx .constraintlayout.widget.ConstraintLayout xmlns : android =" http://schemas.android.com/apk/res/android"
33 xmlns : app =" http://schemas.android.com/apk/res-auto"
4+ xmlns : tools =" http://schemas.android.com/tools"
45 android : layout_width =" match_parent"
56 android : layout_height =" match_parent" >
67
910 android : layout_width =" 0dp"
1011 android : layout_height =" wrap_content"
1112 android : layout_marginStart =" 8dp"
13+ android : layout_marginTop =" 8dp"
1214 android : layout_marginEnd =" 8dp"
1315 android : fontFamily =" sans-serif-condensed-medium"
1416 android : text =" Press and hold in order to confirm you have watered the plant!"
15- android : textAppearance =" @style/TextAppearance.AppCompat.Small "
17+ android : textAppearance =" @style/TextAppearance.AppCompat.Medium "
1618 android : textColor =" @android:color/black"
1719 app : layout_constraintEnd_toEndOf =" parent"
18- app : layout_constraintStart_toStartOf =" parent" />
20+ app : layout_constraintHorizontal_bias =" 1.0"
21+ app : layout_constraintStart_toStartOf =" parent"
22+ app : layout_constraintTop_toTopOf =" parent" />
1923
2024 <Button
2125 android : id =" @+id/addPlantButton"
You can’t perform that action at this time.
0 commit comments