mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
调整颜色
This commit is contained in:
@@ -160,7 +160,7 @@ class ReadMenu @JvmOverloads constructor(
|
||||
val bgColor = this@ReadMenu.bgColor
|
||||
val textColor = this@ReadMenu.textColor
|
||||
val bottomBackgroundList = this@ReadMenu.bottomBackgroundList
|
||||
val lightTextColor = ColorUtils.lightenColor(textColor)
|
||||
val lightTextColor = ColorUtils.withAlpha(ColorUtils.lightenColor(textColor),0.75f)
|
||||
titleBar.setTextColor(textColor)
|
||||
titleBar.setBackgroundColor(bgColor)
|
||||
titleBar.setColorFilter(textColor)
|
||||
|
||||
Reference in New Issue
Block a user