Skip to content

Commit

Permalink
pref: 简化使用文档
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Aug 4, 2023
1 parent f757d46 commit 719a6fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ rv.linear().setup {

## DataBinding

通过DataBinding数据绑定形式自动填充数据
通过DataBinding数据绑定可以自动填充数据

!!! success "推荐"
这是最简洁优雅/最安全的一种绑定数据方式
Expand Down Expand Up @@ -111,7 +111,7 @@ android {


### 3. 自动绑定
可以DataBinding根据你`赋值的Id`自动绑定models中元素到xml中赋值
DataBinding会根据你配置的`modelId`自动绑定models中数据到xml中

```kotlin
class App : Application() {
Expand Down

0 comments on commit 719a6fc

Please sign in to comment.