Skip to content

Commit e15aab8

Browse files
committed
1. 修复 res.colorStateList.xxx 无法正确读取 R.color.xxx
2. 修复 `res.dimension.xxx` 无法正确读取 `R.dimen.xxx` 3. 修复 `res.int.xxx` 无法正确读取的问题 4. 修复...(一系列问题)
1 parent 67d64d0 commit e15aab8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
## v1.0 (alpha2)
44

55
1. 修复 `res.colorStateList.xxx` 无法正确读取 `R.color.xxx`
6-
1. 修复 `res.dimension.xxx` 无法正确读取 `R.dimen.xxx`
7-
6+
2. 修复 `res.dimension.xxx` 无法正确读取 `R.dimen.xxx`
7+
3. 修复 `res.int.xxx` 无法正确读取的问题
8+
4. 修复...(一系列问题)
89

910
## v1.0 (alpha)
1011
初始版本

0 commit comments

Comments
 (0)