We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1.Don't use setTop setBottom method if you want support low than API 11, you can use layout(l,t,r,b) instead
2.Use NineOldAndroids compatible package to support lower API property animation, use ViewHelper.setXXX(view, value) to change property value.