Skip to content
This repository was archived by the owner on Feb 1, 2020. It is now read-only.

Commit 2fafba8

Browse files
committed
Add long click description
1 parent c8e680a commit 2fafba8

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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

@@ -9,13 +10,16 @@
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"

0 commit comments

Comments
 (0)