From 007debf2020f3d109d4d0c2da2a0f4c23fa6d47f Mon Sep 17 00:00:00 2001 From: Hayri Bakici Date: Sat, 30 Dec 2023 00:26:17 +0100 Subject: [PATCH 1/3] fixes header color --- app/src/main/res/layout/customize_app_drawer_fragment.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/customize_app_drawer_fragment.xml b/app/src/main/res/layout/customize_app_drawer_fragment.xml index 0347a8f2..a9d779ca 100644 --- a/app/src/main/res/layout/customize_app_drawer_fragment.xml +++ b/app/src/main/res/layout/customize_app_drawer_fragment.xml @@ -16,7 +16,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="32dp" - android:textColor="?headerTextColor" android:text="@string/customize_app_drawer_fragment_visible_apps" android:textAppearance="@style/TextAppearance.AppCompat" android:textSize="@dimen/font_size_customize_options" From 64d153517f31c459a6538e7e64f3815fe044beea Mon Sep 17 00:00:00 2001 From: Matej Voboril Date: Fri, 29 Dec 2023 18:29:37 -0600 Subject: [PATCH 2/3] readd the change --- app/src/main/res/layout/customize_app_drawer_fragment.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/customize_app_drawer_fragment.xml b/app/src/main/res/layout/customize_app_drawer_fragment.xml index 460d064f..99cca371 100644 --- a/app/src/main/res/layout/customize_app_drawer_fragment.xml +++ b/app/src/main/res/layout/customize_app_drawer_fragment.xml @@ -50,7 +50,6 @@ android:id="@+id/customize_app_drawer_fragment_visible_apps" android:layout_width="match_parent" android:layout_height="wrap_content" - android:textColor="?headerTextColor" android:text="@string/customize_app_drawer_fragment_visible_apps" android:textAppearance="@style/TextAppearance.AppCompat" android:textSize="@dimen/font_size_customize_options" From cbce4046afa503b919be3d6f5bf95620c2e0279d Mon Sep 17 00:00:00 2001 From: Joshua Kuestersteffen Date: Fri, 29 Dec 2023 19:31:58 -0600 Subject: [PATCH 3/3] Also use header color for title of Customise Drawer page --- app/src/main/res/layout/customize_app_drawer_fragment.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/customize_app_drawer_fragment.xml b/app/src/main/res/layout/customize_app_drawer_fragment.xml index 99cca371..2cec132b 100644 --- a/app/src/main/res/layout/customize_app_drawer_fragment.xml +++ b/app/src/main/res/layout/customize_app_drawer_fragment.xml @@ -25,6 +25,7 @@ android:id="@+id/customize_app_drawer_title" android:layout_width="0dp" android:layout_height="wrap_content" + android:textColor="?headerTextColor" android:text="@string/options_fragment_customize_app_drawer" android:textAppearance="@style/TextAppearance.AppCompat" android:textSize="@dimen/font_size_customize_title"