forked from organicmaps/organicmaps-tmp
[android] Change item animation duration in sponsored adapter
This commit is contained in:
parent
d6f0a0f885
commit
b21f4da662
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import com.mapswithme.util.UiUtils;
|
|||
|
||||
public class SingleChangeItemAnimator extends SimpleItemAnimator
|
||||
{
|
||||
private static final int DURATION = 1000;
|
||||
private static final int DURATION = 700;
|
||||
|
||||
@Nullable
|
||||
private ViewPropertyAnimatorCompat mAnimation;
|
||||
|
|
Loading…
Add table
Reference in a new issue