File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments