Skip to content

Commit 289e65f

Browse files
committed
update readme
1 parent 2bee3ee commit 289e65f

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

FastInflate/src/main/java/com/dreamgyf/android/plugin/fastinflate/FastInflate.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ class FastInflate private constructor(private val appContext: Context) {
2020

2121
private val inflateMethodMap = mutableMapOf<Int, Pair<Any, Method>?>()
2222

23-
private val tempTypedValue = TypedValue()
24-
2523
fun inflate(
2624
@LayoutRes resource: Int,
2725
root: ViewGroup?,

README-zh_cn.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencyResolutionManagement {
4141

4242
```groovy
4343
plugins {
44-
id 'com.dreamgyf.android.fastinflate' version '0.1.0-alpha-04' apply false
44+
id 'com.dreamgyf.android.fastinflate' version '0.1.0-alpha-05' apply false
4545
}
4646
```
4747

@@ -57,7 +57,7 @@ plugins {
5757

5858
```groovy
5959
dependencies {
60-
implementation 'com.dreamgyf.android.fastinflate:0.1.0-alpha-04'
60+
implementation 'com.dreamgyf.android.fastinflate:0.1.0-alpha-05'
6161
}
6262
```
6363

@@ -74,8 +74,6 @@ FastInflate.from(this).inflate(R.layout.activity_main, null)
7474

7575
- 编译此项目请直接`clone`父工程 [AndroidLibraries](https://github.com/dreamgyf/AndroidLibraries)
7676

77-
- 目前暂不支持多`layout`目录(如`layout-v23`
78-
7977
- `<include />`标签不支持使用`theme`属性
8078

8179
- 当前版本为`alpha`测试版,尚未对所有`Android`版本进行兼容性测试

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencyResolutionManagement {
4141

4242
```groovy
4343
plugins {
44-
id 'com.dreamgyf.android.fastinflate' version '0.1.0-alpha-04' apply false
44+
id 'com.dreamgyf.android.fastinflate' version '0.1.0-alpha-05' apply false
4545
}
4646
```
4747

@@ -57,7 +57,7 @@ plugins {
5757

5858
```groovy
5959
dependencies {
60-
implementation 'com.dreamgyf.android.fastinflate:0.1.0-alpha-04'
60+
implementation 'com.dreamgyf.android.fastinflate:0.1.0-alpha-05'
6161
}
6262
```
6363

@@ -74,8 +74,6 @@ FastInflate.from(this).inflate(R.layout.activity_main, null)
7474

7575
- If you want compile this project, please `clone` the parent project [AndroidLibraries](https://github.com/dreamgyf/AndroidLibraries) directly.
7676

77-
- Multi-directory of `layout` is not supported currently. (For Example: `layout-v23`)
78-
7977
- The `<include />` tag doesn't supported to use `theme` attribute.
8078

8179
- The current version is an alpha beta, and have not done compatibility tests for all of the Android versions.

0 commit comments

Comments
 (0)