Set app name text color to primary

This commit is contained in:
Kirill Kamakin
2022-11-20 10:44:37 +01:00
parent f4073dda48
commit 82c8deb689

View File

@@ -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"