初步制定方案,使用过度动画实现

This commit is contained in:
tongchenfei
2020-05-21 17:18:38 +08:00
parent 9c7042246c
commit a6ada8abfe
16 changed files with 1278 additions and 47 deletions

View File

@@ -71,4 +71,10 @@ public interface IMogoWindowManager extends IProvider {
* 显示所有
*/
void showAll();
/**
* 为了配合导航动画主屏上方1/2屏的view通过此方法添加
* @param view 主屏上方1/2屏的view
*/
void addTopView(View view);
}