use the text color for links in clipboard too
This commit is contained in:
parent
34e498cac6
commit
f76b942934
|
@ -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 {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue