use the text color for links in clipboard too

This commit is contained in:
tibbi 2022-01-23 20:16:36 +01:00
parent 34e498cac6
commit f76b942934
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -19,6 +19,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/activity_margin"
android:layout_marginEnd="@dimen/medium_margin"
android:autoLink="none"
android:background="@drawable/clipboard_background"
android:ellipsize="end"
android:lines="1"