From 9e6c9d45666abdd71e8126f614f92163d48fb966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BD=AE=E5=AD=90=E5=93=A5?= Date: Sat, 19 Aug 2023 10:42:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A1=86=E6=9E=B6=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Adaptive.md | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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