From a9d8b2e6a4c45a62ae0b5cbf1e7682886f4360d1 Mon Sep 17 00:00:00 2001 From: jacquarg Date: Tue, 22 Mar 2022 09:36:01 +0100 Subject: Use system theme colors. #5082 --- app/src/main/res/layout/trackers_item_graph.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/layout/trackers_item_graph.xml') diff --git a/app/src/main/res/layout/trackers_item_graph.xml b/app/src/main/res/layout/trackers_item_graph.xml index e7245f9..5a2714c 100644 --- a/app/src/main/res/layout/trackers_item_graph.xml +++ b/app/src/main/res/layout/trackers_item_graph.xml @@ -41,7 +41,7 @@ android:id="@+id/graph_period_label" android:layout_height="wrap_content" android:layout_width="wrap_content" - android:textColor="@color/grey_text_2" + android:textColor="@color/secondary_text" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" android:layout_marginRight="16dp" -- cgit v1.2.3