mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-06-05 21:49:26 +02:00
use the text color for links in clipboard too
This commit is contained in:
@ -516,6 +516,7 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut
|
||||
beVisible()
|
||||
clipboard_value.apply {
|
||||
text = clipboardContent
|
||||
setLinkTextColor(mTextColor)
|
||||
background = rippleBg
|
||||
setTextColor(mTextColor)
|
||||
setOnClickListener {
|
||||
|
Reference in New Issue
Block a user