Merge branch 'qa_topview' into dev

This commit is contained in:
tongchenfei
2020-06-17 19:00:29 +08:00
5 changed files with 115 additions and 36 deletions

View File

@@ -19,4 +19,16 @@ public interface IMogoTopViewStatusListener {
* @param view 移除的view
*/
void onViewRemoved(View view);
/**
* view添加动画开始之前
* @param view 添加的view
*/
void beforeViewAddAnim(View view);
/**
* view 移除动画开始之前
* @param view 移除的view
*/
void beforeViewRemoveAnim(View view);
}