mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-24 01:48:31 +03:00
Increase notice alpha/opacity to 0.65
Change-Id: I653804768c803221065bc8c9cd5d30f3c56063aa
This commit is contained in:
parent
88c1833c45
commit
eac9774c8e
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ abstract class AbsMessageItem<H : AbsMessageItem.Holder> : AbsBaseMessageItem<H>
|
||||||
val reverseDirection = if (defaultRtl) View.LAYOUT_DIRECTION_LTR else View.LAYOUT_DIRECTION_RTL
|
val reverseDirection = if (defaultRtl) View.LAYOUT_DIRECTION_LTR else View.LAYOUT_DIRECTION_RTL
|
||||||
|
|
||||||
// Notice formatting - also relevant if no actual bubbles are shown
|
// Notice formatting - also relevant if no actual bubbles are shown
|
||||||
bubbleView.alpha = if (attributes.isNotice) 0.6f else 1f
|
bubbleView.alpha = if (attributes.isNotice) 0.65f else 1f
|
||||||
|
|
||||||
when (bubbleStyle) {
|
when (bubbleStyle) {
|
||||||
BubbleThemeUtils.BUBBLE_STYLE_START,
|
BubbleThemeUtils.BUBBLE_STYLE_START,
|
||||||
|
|
Loading…
Reference in a new issue