Skip to content
dfqin edited this page Nov 7, 2013 · 2 revisions

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.

Clone this wiki locally