Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCheen committed Jan 19, 2019
1 parent 0f17b89 commit 4f7cd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class SimpleTextItem extends FlapItem<SimpleTextModel> {

将你的`LayoutItemFactory` 注册到 Flap,创建你的 `FlapAdapter` 并设置好 data。

****`LayoutItemFactory` **只需要被注册一次**,所以你可以把注册的逻辑放到你的 `Application.onCreate` 中去。
**注意**`LayoutItemFactory` **只需要被注册一次**,所以你可以把注册的逻辑放到你的 `Application.onCreate` 中去。

```java
//注册你的 Factory 到 Flap
Expand Down

0 comments on commit 4f7cd7e

Please sign in to comment.