This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
vlayout 1.2.14
- 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