mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-10 01:51:05 +09:00
parent
207013077b
commit
6ffa0a9e15
1 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,11 @@ class HighlightBlockActionToolbar : BlockActionToolbar() {
|
|||
view.findViewById<TextView>(R.id.highlightContent).apply {
|
||||
movementMethod = ScrollingMovementMethod()
|
||||
text = block.text
|
||||
processTextColor(
|
||||
textView = this,
|
||||
colorImage = colorView,
|
||||
color = block.color
|
||||
)
|
||||
}
|
||||
processBackgroundColor(
|
||||
root = view.findViewById(R.id.root),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue