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

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -