i have listview in activity. in row there 1 button , textview. when click on button need replace textview text flip animation. animation not working. if there more (if there scroll available in listview) animation working fine using same code. in os version lower 5.0 working fine.
i observed problem os version 5.0 , higher version
i have solved issue. listview have issue animation if using wrap_content property listview.
i took reference following answer. listview animation bug on item click
Comments
Post a Comment