Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Android Scroller Issue
- mScroller.startScroll(0, 0, 100, 0, 1000);
- <?xml version="1.0" encoding="utf-8"?>
- <translate
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:duration="700"
- android:fromXDelta="0"
- android:interpolator="@android:anim/accelerate_decelerate_interpolator"
- android:toXDelta="100" >
- Animation animation = AnimationUtils.loadAnimation(mContext, R.anim.translate_menu_animation);
- animation.start();
Advertisement
Add Comment
Please, Sign In to add comment