From 81765db0dbdd0ee79b0c2335552a7982d2460cba Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Wed, 10 May 2023 21:31:26 +0200 Subject: [PATCH] Quick fix before publishing: adjusted colours for new MaterialButtonGroup to fit in with the other elements --- app/src/main/res/color/list_group_button.xml | 5 +++++ app/src/main/res/layout/fragment_settings.xml | 16 ++++++++++++---- 2 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 app/src/main/res/color/list_group_button.xml diff --git a/app/src/main/res/color/list_group_button.xml b/app/src/main/res/color/list_group_button.xml new file mode 100644 index 0000000..6ef7a9d --- /dev/null +++ b/app/src/main/res/color/list_group_button.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_settings.xml b/app/src/main/res/layout/fragment_settings.xml index 2d54307..e05511c 100644 --- a/app/src/main/res/layout/fragment_settings.xml +++ b/app/src/main/res/layout/fragment_settings.xml @@ -360,20 +360,24 @@ app:selectionRequired="true"> + android:textColor="@color/list_group_button" + app:strokeColor="?attr/colorOutlineVariant"/> + android:textColor="@color/list_group_button" + app:strokeColor="?attr/colorOutlineVariant"/> @@ -438,20 +442,24 @@ app:selectionRequired="true"> + android:textColor="@color/list_group_button" + app:strokeColor="?attr/colorOutlineVariant"/> + android:textColor="@color/list_group_button" + app:strokeColor="?attr/colorOutlineVariant"/>