Skip to content

Commit e14ca6c

Browse files
authored
Update README.md
1 parent 12902b5 commit e14ca6c

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ Android 5.0+ API 21+
3333
android:id="@+id/counter"
3434
android:layout_width="wrap_content"
3535
android:layout_height="wrap_content"
36-
android:layout_marginBottom="8dp"
37-
app:layout_constraintBottom_toTopOf="@+id/gdH50"
38-
app:layout_constraintLeft_toLeftOf="parent"
39-
app:layout_constraintRight_toRightOf="parent"
40-
app:layout_constraintTop_toTopOf="parent"
36+
<!--Additional attributes-->
4137
app:max_time_unit="HOUR"
4238
app:text_color="@color/colorPrimary"
4339
app:text_size="36dp"
@@ -47,10 +43,7 @@ Android 5.0+ API 21+
4743
android:id="@+id/counte1"
4844
android:layout_width="wrap_content"
4945
android:layout_height="wrap_content"
50-
app:layout_constraintBottom_toBottomOf="parent"
51-
app:layout_constraintLeft_toLeftOf="parent"
52-
app:layout_constraintRight_toRightOf="parent"
53-
app:layout_constraintTop_toBottomOf="@+id/gdH50"
46+
<!--Additional attributes-->
5447
app:max_time_unit="DAY"
5548
app:text_color="#2196F3"
5649
app:text_size="36dp"

0 commit comments

Comments
 (0)