mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-24 07:58:50 -05:00
slightly longer color fade duration
This commit is contained in:
parent
aec9bdfc1e
commit
8cfba4c0fb
@ -883,9 +883,9 @@ public class ViewKeyActivity extends BaseActivity implements
|
|||||||
ObjectAnimator.ofObject(mBigToolbar, "backgroundColor",
|
ObjectAnimator.ofObject(mBigToolbar, "backgroundColor",
|
||||||
new ArgbEvaluator(), mPreviousColor, color);
|
new ArgbEvaluator(), mPreviousColor, color);
|
||||||
|
|
||||||
colorFade1.setDuration(800);
|
colorFade1.setDuration(1200);
|
||||||
colorFade2.setDuration(800);
|
colorFade2.setDuration(1200);
|
||||||
colorFade3.setDuration(800);
|
colorFade3.setDuration(1200);
|
||||||
colorFade1.start();
|
colorFade1.start();
|
||||||
colorFade2.start();
|
colorFade2.start();
|
||||||
colorFade3.start();
|
colorFade3.start();
|
||||||
|
Loading…
Reference in New Issue
Block a user