mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-09 20:42:34 +01:00
Increase ripple blend
This commit is contained in:
parent
96272af0de
commit
63efe086db
@ -270,7 +270,7 @@ abstract class BaseMainActivity : BaseActivity(), MainActivityContract,
|
||||
drawable.setColor(
|
||||
ColorStateList(
|
||||
arrayOf(intArrayOf()),
|
||||
intArrayOf(background.blendWith(foreground.withAlpha(background.alpha), 0.2f))
|
||||
intArrayOf(background.blendWith(foreground.withAlpha(background.alpha), 0.35f))
|
||||
)
|
||||
)
|
||||
return drawable
|
||||
|
Loading…
Reference in New Issue
Block a user