diff --git a/Adaptive.md b/Adaptive.md index 4ec3157..b147ae6 100644 --- a/Adaptive.md +++ b/Adaptive.md @@ -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 diff --git a/README.md b/README.md index 0fd47cd..4a2cbb8 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,9 @@ shapeButton.setOnClickListener(new View.OnClickListener() { }); ``` -* 布局属性大全,[不同版本的 xml 属性适配请点击这里查看](Adaptive.md) +#### 布局属性大全 + +* [不同版本的 xml 属性适配请点击这里查看](Adaptive.md) ```xml