Skip to content

Commit

Permalink
优化框架使用文档
Browse files Browse the repository at this point in the history
  • Loading branch information
getActivity committed Aug 19, 2023
1 parent c5c014b commit 9e6c9d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Adaptive.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

* 拆分

* 拆分 `app:shape_angle` 属性,将原有属性拆分为 `app:shape_solidGradientOrientation``app:shape_strokeGradientOrientation`并且修改了值的类型,具体赋值可以参考以下:
* 拆分 `app:shape_angle` 属性,将原有属性拆分为 `app:shape_solidGradientOrientation``app:shape_strokeGradientOrientation`之前的 `app:shape_angle` 属性等于现在的 `app:shape_solidGradientOrientation` 属性,可以直接搜索替换,另外还修改了值的类型,具体赋值可以参考以下:

```xml
<!-- 从左到右绘制渐变(0 度) -->
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ shapeButton.setOnClickListener(new View.OnClickListener() {
});
```

* 布局属性大全,[不同版本的 xml 属性适配请点击这里查看](Adaptive.md)
#### 布局属性大全

* [不同版本的 xml 属性适配请点击这里查看](Adaptive.md)

```xml
<resources>
Expand Down

0 comments on commit 9e6c9d4

Please sign in to comment.