From cb3562c7dd3bf44629464fbd5432be1b900d44a0 Mon Sep 17 00:00:00 2001 From: ii2001 Date: Wed, 23 Oct 2024 10:54:27 +0900 Subject: [PATCH] :lipstick: timer button --- android/app/src/main/res/drawable/shape_timer_round_corner.xml | 2 +- android/app/src/main/res/layout/item_timer.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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"