Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit 5767f16

Browse files
authored
Update README.md
1 parent 0fa6dce commit 5767f16

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

demoProjects/ExamplesRecyclerView/README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,19 @@ This will be used in the detail expansion effect
255255
</tr>
256256
</table>
257257

258-
258+
- Top level xml MotionLayout
259+
```xml
260+
<MotionLayout>
261+
<RecyclerView/>
262+
<include layout="@layout/item" />
263+
<MotionLayout>
264+
```
265+
- item.xml
266+
```xml
267+
<MotionLayout>
268+
<-- user interface that can expand>
269+
<MotionLayout>
270+
```
259271

260272
## Contributing
261273

0 commit comments

Comments
 (0)