From 82c8deb6890ee92a930d0ae967e2b86632e22577 Mon Sep 17 00:00:00 2001 From: Kirill Kamakin Date: Sun, 20 Nov 2022 10:44:37 +0100 Subject: [PATCH] Set app name text color to primary --- app/src/main/res/layout/view_navigation_drawer_header.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/view_navigation_drawer_header.xml b/app/src/main/res/layout/view_navigation_drawer_header.xml index cc4fa5d..4271d2e 100644 --- a/app/src/main/res/layout/view_navigation_drawer_header.xml +++ b/app/src/main/res/layout/view_navigation_drawer_header.xml @@ -11,7 +11,7 @@ android:layout_marginTop="@dimen/margin_small" android:text="@string/menu_navigation_drawer_header" android:textAppearance="?attr/textAppearanceHeadlineSmall" - android:textColor="?attr/colorOnSurface" + android:textColor="?attr/colorPrimary" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"