This is an automated email from the ASF dual-hosted git repository.
efurture pushed a commit to branch draft
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git
The following commit(s) were added to refs/heads/draft by this push:
new 7aa5a57 add introduction for android
7aa5a57 is described below
commit 7aa5a57d49b9f903e37265608a0ed22adacba130
Author: codefurture <[email protected]>
AuthorDate: Fri Jan 25 15:27:34 2019 +0800
add introduction for android
add introduction for android
---
docs/docs/components/cell.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/docs/components/cell.md b/docs/docs/components/cell.md
index ddcc489..f579ae8 100644
--- a/docs/docs/components/cell.md
+++ b/docs/docs/components/cell.md
@@ -17,7 +17,7 @@ This type of component supports all kinds of weex component
as its child compone
* **insert-animation** string, cell insert animation. Only support `none` and
`default` now.
* **delete-animation** string, cell delete animation. Only support `none` and
`default` now.
-* **recycle** boolean, <Badge text="iOS" type="warning"/>, default true. It
controls whether the cell's view in a list should be recycled when the
UITableView is scrolling. You should always use true for iOS.
+* **recycle** boolean, <Badge text="iOS" type="warning"/>, <Badge
text="Android" type="warning"/>, default true. It controls whether the cell's
view in a list should be recycled when the UITableView is scrolling. You should
always use true for iOS. On Android recycle is always true, you can use false
to prevent image and text data rebinding.
## Styles