From 4e001a40b7f3035cdd50842d591c3199b36c07e9 Mon Sep 17 00:00:00 2001 From: Akindele Michael Date: Sat, 31 May 2025 15:27:17 +0100 Subject: [PATCH] fix: scribe button theme color --- app/src/main/res/layout/keyboard_view_command_options.xml | 1 + app/src/main/res/values-night/colors.xml | 1 + app/src/main/res/values/colors.xml | 1 + 3 files changed, 3 insertions(+) diff --git a/app/src/main/res/layout/keyboard_view_command_options.xml b/app/src/main/res/layout/keyboard_view_command_options.xml index 08bef1e9..2b3e1038 100644 --- a/app/src/main/res/layout/keyboard_view_command_options.xml +++ b/app/src/main/res/layout/keyboard_view_command_options.xml @@ -19,6 +19,7 @@ android:layout_height="37dp" android:layout_marginStart="@dimen/small_margin" android:layout_marginEnd="4dp" + android:backgroundTint="@color/theme_scribe_blue" android:background="@drawable/cmd_key_background_rounded" android:contentDescription="@string/scribe_key" android:foreground="@drawable/ic_scribe_icon_vector" diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index c01bce0f..610e9bdc 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -22,6 +22,7 @@ @color/corner_polygon_color @color/md_grey_800_dark @color/you_button_background_color + @color/dark_scribe_blue #20333D diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 9ebf13a5..25901209 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -11,6 +11,7 @@ #000 #FF75CEFA #FF4CADE6 + @color/dark_scribe_blue #ffffff #99FFFFFF @android:color/transparent