diff --git a/app/src/main/res/layout/nav_header_main.xml b/app/src/main/res/layout/nav_header_main.xml index f50b368a2..0a335c103 100644 --- a/app/src/main/res/layout/nav_header_main.xml +++ b/app/src/main/res/layout/nav_header_main.xml @@ -25,6 +25,7 @@ android:layout_height="wrap_content" android:paddingTop="@dimen/nav_header_vertical_spacing" android:textAppearance="@style/TextAppearance.Material3.ActionBar.Title" + android:textColor="?attr/drawer_title_color" android:text="@string/app_name" /> diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml index a43eb799b..152459aba 100644 --- a/app/src/main/res/values/attrs.xml +++ b/app/src/main/res/values/attrs.xml @@ -5,6 +5,7 @@ + diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index c6768e368..03e88b183 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -12,11 +12,14 @@ @color/accent @android:color/white + false + @style/GadgetbridgeTheme.RedActionBar @style/GadgetbridgeTheme.DrawerButtonStyle @style/GadgetbridgeTheme.NavigationButtonStyle ?attr/colorPrimaryDark + @android:color/white @color/cardview_light_background @color/chart_deep_sleep_light @color/chart_light_sleep_light @@ -40,9 +43,14 @@ @color/accent @android:color/white + false + @style/GadgetbridgeTheme.RedActionBar + @style/GadgetbridgeTheme.DrawerButtonStyle + @style/GadgetbridgeTheme.NavigationButtonStyle ?attr/colorPrimaryDark + @android:color/white @color/cardview_dark_background @color/chart_deep_sleep_dark @color/chart_light_sleep_dark @@ -65,6 +73,7 @@ ?attr/colorSurface true ?attr/colorSurface + ?attr/colorOnSurface ?attr/colorSurface ?attr/colorSecondaryContainer @@ -73,6 +82,7 @@ ?attr/colorSurface false ?attr/colorSurface + ?attr/colorOnSurface ?attr/colorSurface ?attr/colorSecondaryContainer