Skip to content

Commit 7da97b0

Browse files
committed
1,修改readme
1 parent ddf665c commit 7da97b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ ALIGN_CENTER 为当前库新增对齐方式旨解决在小图标和文本中心
242242
|-------------------|:---------------:|:-------------------------------------------------------------------------------------------------------------:|
243243
| gradientColors | @ColorInt int[] | 渐变色(颜色值为ColorInt 类型)数组 |
244244
| gradientPositions | float[] | 渐变色分布配置(传入null表示颜色均匀分布,否则需要此数组与gradientColors长度一致) |
245-
| orientation | Orientation | LEFT_TO_RIGHT (从左到右)/TOP_TO_BOTTOM (从上到下)/LEFT_TOP_TO_RIGHT_BOTTOM (从左上到右下)/LEFT_BOTTOM_TO_RIGHT_TOP (从左下到右上) |
245+
| orientation | enum | LEFT_TO_RIGHT (从左到右)/TOP_TO_BOTTOM (从上到下)/LEFT_TOP_TO_RIGHT_BOTTOM (从左上到右下)/LEFT_BOTTOM_TO_RIGHT_TOP (从左下到右上) |
246246

247247
## FormatImage 参数一览
248248
| 属性 | 参数类型 | 描述 |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ ALIGN_CENTER adds an alignment method to the current library to solve the alignm
244244
|-------------------|:---------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
245245
| gradientColors | @ColorInt int[] | array of gradient colors (color values are of type ColorInt) |
246246
| gradientPositions | float[] | Pass in null to indicate that the colors are evenly distributed, otherwise this array needs to be the same length as gradientColors |
247-
| orientation | Orientation | LEFT_TO_RIGHT (left to right)/TOP_TO_BOTTOM (top to bottom)/LEFT_TOP_TO_RIGHT_BOTTOM (top left to bottom right)/LEFT_BOTTOM_TO_RIGHT_TOP (bottom left to top right) |
247+
| orientation | enum | LEFT_TO_RIGHT (left to right)/TOP_TO_BOTTOM (top to bottom)/LEFT_TOP_TO_RIGHT_BOTTOM (top left to bottom right)/LEFT_BOTTOM_TO_RIGHT_TOP (bottom left to top right) |
248248

249249
## FormatImage parameter list
250250
| property | parameter type | description |

0 commit comments

Comments
 (0)