Skip to content

Commit b565ce6

Browse files
committed
Changes the water intake text colour to Black to make it more visible when Dark Mode is enabled on the phone
1 parent 551d497 commit b565ce6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
android:layout_marginEnd="143dp"
2020
android:elevation="10dp"
2121
android:textAlignment="center"
22+
android:textColor="@color/black"
2223
android:textSize="16sp"
2324
android:textStyle="bold"
2425
app:layout_constraintEnd_toEndOf="parent"
@@ -35,6 +36,7 @@
3536
android:layout_marginEnd="143dp"
3637
android:elevation="10dp"
3738
android:textAlignment="center"
39+
android:textColor="@color/black"
3840
android:textSize="16sp"
3941
android:textStyle="bold"
4042
app:layout_constraintEnd_toEndOf="parent"

0 commit comments

Comments
 (0)