From 66110531976e04709828ddcb961b1bc65b3390fe Mon Sep 17 00:00:00 2001 From: Naveen Singh Date: Mon, 24 Jun 2024 11:07:44 +0530 Subject: [PATCH] Color clipboard toolbar --- .../main/kotlin/org/fossify/keyboard/views/MyKeyboardView.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/kotlin/org/fossify/keyboard/views/MyKeyboardView.kt b/app/src/main/kotlin/org/fossify/keyboard/views/MyKeyboardView.kt index 157f0ee7..42e108c0 100644 --- a/app/src/main/kotlin/org/fossify/keyboard/views/MyKeyboardView.kt +++ b/app/src/main/kotlin/org/fossify/keyboard/views/MyKeyboardView.kt @@ -440,7 +440,8 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut topClipboardDivider.beGoneIf(wasDarkened) topClipboardDivider.background = ColorDrawable(mStrokeColor) - clipboardManagerHolder.background = ColorDrawable(mKeyboardBackgroundColor) + clipboardManagerTopBar.background = ColorDrawable(mKeyboardBackgroundColor) + clipboardManagerHolder.background = ColorDrawable(mBackgroundColor) clipboardManagerClose.applyColorFilter(mTextColor) clipboardManagerManage.applyColorFilter(mTextColor)