diff --git a/android/app/src/main/res/drawable/shape_timer_round_corner.xml b/android/app/src/main/res/drawable/shape_timer_round_corner.xml index 25d680b0..d9fdf19d 100644 --- a/android/app/src/main/res/drawable/shape_timer_round_corner.xml +++ b/android/app/src/main/res/drawable/shape_timer_round_corner.xml @@ -2,7 +2,7 @@ - + diff --git a/android/app/src/main/res/layout/item_timer.xml b/android/app/src/main/res/layout/item_timer.xml index 8e238718..b522855c 100644 --- a/android/app/src/main/res/layout/item_timer.xml +++ b/android/app/src/main/res/layout/item_timer.xml @@ -24,6 +24,7 @@ android:layout_height="wrap_content" android:textSize="32sp" android:textStyle="bold" + android:textColor="@color/button_text_color" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"