Skip to content

Commit

Permalink
1.文档
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinaLike committed Apr 25, 2022
1 parent eb3a869 commit 73282f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ SDK主要用于在TextView的指定位置添加文本、图片、图文、网络

### XML属性

| API | 类型 | 默认值 | 描述 | 版本说明 | 说明 |
| <div style="width:200pt">API</div> | <div style="width:200pt">类型</div> | <div style="width:200pt">默认值</div> | <div style="width:200pt">描述</div> | <div style="width:200pt">版本说明</div> | <div style="width:500pt">说明</div> |
|---------------------------------------|-----------|------------------|----------------------|----------|-------------------------------------------------------------------------------------------------------------------------------|
| `tvt_type` | enum | | 标签类型 | | text-文本标签,image-图片标签,textImage-图文 |
| `tvt_radius` | dimension | | 标签圆角 | | `tvt_type`为text、textImage时有效 |
Expand Down Expand Up @@ -82,7 +82,7 @@ SDK主要用于在TextView的指定位置添加文本、图片、图文、网络

### TagConfig属性

| API | 类型 | 默认值 | 描述 | 版本说明 | 说明 |
| <div style="width:200pt">API</div> | <div style="width:200pt">类型</div> | <div style="width:200pt">默认值</div> | <div style="width:200pt">描述</div> | <div style="width:200pt">版本说明</div> | <div style="width:500pt">说明</div> |
|------------------------------|---------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------|--------------------------|----------|--------------------------------------------------------------------|
| type | Type | | 标签类型 | | TEXT-文本,IMAGE-图片,TEXT_IMAGE-图文结合,URL-网络链接 |
| textSize | Float | | 标签上文本的字体大小 | | 单位PX,不传就和TextView的textSize保持一致 |
Expand Down

0 comments on commit 73282f2

Please sign in to comment.