1
0
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:
Allan Wang 2019-12-31 22:27:53 -08:00
parent 96272af0de
commit 63efe086db
No known key found for this signature in database
GPG Key ID: C93E3F9C679D7A56

View File

@ -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