Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

vlayout 1.2.14

Compare
Choose a tag to compare
@longerian longerian released this 17 May 10:57
· 44 commits to master since this release
  • Add API to monitor performance.
layoutManager.setPerformanceMonitor(new PerformanceMonitor() {

        @Override
        public void recordStart(String phase, View view) {
                
        }

        @Override
        public void recordEnd(String phase, View view) {
                
        }
 });

com.alibaba.android:vlayout:1.2.14@aar