listview - Slide up animation in Android is not smooth -
slide animation in android not smooth in devices android version 4.4.2 , 4.4.4 while runs in others
<?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.com/apk/res/android" > <translate android:duration="4000" android:fromydelta="0" android:toydelta="-100%p" /> </set>
Comments
Post a Comment