mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-25 13:37:39 +00:00
app: fix typo
This commit is contained in:
parent
c97d1044fa
commit
6077c989a7
@ -54,8 +54,8 @@ public class ConcealableBottomNavigationView extends BottomNavigationView {
|
|||||||
toHidden.setDuration(175);
|
toHidden.setDuration(175);
|
||||||
toHidden.setInterpolator(new FastOutLinearInInterpolator());
|
toHidden.setInterpolator(new FastOutLinearInInterpolator());
|
||||||
Animator toUnhidden = ObjectAnimator.ofFloat(this, "translationY", 0);
|
Animator toUnhidden = ObjectAnimator.ofFloat(this, "translationY", 0);
|
||||||
toHidden.setDuration(225);
|
toUnhidden.setDuration(225);
|
||||||
toHidden.setInterpolator(new FastOutLinearInInterpolator());
|
toUnhidden.setInterpolator(new FastOutLinearInInterpolator());
|
||||||
|
|
||||||
StateListAnimator animator = new StateListAnimator();
|
StateListAnimator animator = new StateListAnimator();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user