diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index ca12eef..cc43aa3 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -13,29 +13,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -91,8 +69,8 @@
-
-
+
+
@@ -805,8 +783,8 @@
-
-
+
+
diff --git a/README.md b/README.md
index a1da249..a95f3d2 100644
--- a/README.md
+++ b/README.md
@@ -6,11 +6,19 @@ This project contains android ConstraintLayout2.0 usages and MotionLayout usage,
## 最新进展
- **ConstraintLayout 1.x** 功能大致实践完毕
+
- **sample data** 用法应用完毕
+
- **MotionLayout** 入门版实践完毕
+
- 结合 MD 系列组件实现部分复杂交互效果
+
- 发现一个问题:官方提供的demo在通过 DrawerMotion 与 CoordinatorLayout 中已有 Motion 交互时出现 NestedScrollView 滑动问题
+- Alpha version preview:
+
+ ![alpha-preview](https://github.com/Moosphan/ConstraintSample/blob/86e8ee00637364a1274ebf22db5ff92e9cfb4ce1/arts/motion_preview1.gif)
+
## 接下来
- 解决上述问题