Merge branch 'main' into add_chuvash

This commit is contained in:
Naveen Singh
2024-06-24 08:41:14 -04:00
committed by GitHub

View File

@@ -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)