|
|
|
@ -44,7 +44,13 @@ class ContentView : FrameLayout { |
|
|
|
|
content_text_view.textSize = textSize.toFloat() |
|
|
|
|
content_text_view.setLineSpacing(lineSpacingExtra, lineSpacingMultiplier) |
|
|
|
|
content_text_view.letterSpacing = letterSpacing |
|
|
|
|
content_text_view.setTextColor(textColor()) |
|
|
|
|
textColor().let { |
|
|
|
|
content_text_view.setTextColor(it) |
|
|
|
|
tv_top_left.setTextColor(it) |
|
|
|
|
tv_top_right.setTextColor(it) |
|
|
|
|
tv_bottom_left.setTextColor(it) |
|
|
|
|
tv_bottom_right.setTextColor(it) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|