From 289e65f3ae262f0da019d72318c325be604308ff Mon Sep 17 00:00:00 2001 From: dreamgyf Date: Mon, 7 Nov 2022 16:24:56 +0800 Subject: [PATCH] update readme --- .../com/dreamgyf/android/plugin/fastinflate/FastInflate.kt | 2 -- README-zh_cn.md | 6 ++---- README.md | 6 ++---- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/FastInflate/src/main/java/com/dreamgyf/android/plugin/fastinflate/FastInflate.kt b/FastInflate/src/main/java/com/dreamgyf/android/plugin/fastinflate/FastInflate.kt index c07eefd..3434a03 100644 --- a/FastInflate/src/main/java/com/dreamgyf/android/plugin/fastinflate/FastInflate.kt +++ b/FastInflate/src/main/java/com/dreamgyf/android/plugin/fastinflate/FastInflate.kt @@ -20,8 +20,6 @@ class FastInflate private constructor(private val appContext: Context) { private val inflateMethodMap = mutableMapOf?>() - private val tempTypedValue = TypedValue() - fun inflate( @LayoutRes resource: Int, root: ViewGroup?, diff --git a/README-zh_cn.md b/README-zh_cn.md index 0d2357f..ad455f4 100644 --- a/README-zh_cn.md +++ b/README-zh_cn.md @@ -41,7 +41,7 @@ dependencyResolutionManagement { ```groovy plugins { - id 'com.dreamgyf.android.fastinflate' version '0.1.0-alpha-04' apply false + id 'com.dreamgyf.android.fastinflate' version '0.1.0-alpha-05' apply false } ``` @@ -57,7 +57,7 @@ plugins { ```groovy dependencies { - implementation 'com.dreamgyf.android.fastinflate:0.1.0-alpha-04' + implementation 'com.dreamgyf.android.fastinflate:0.1.0-alpha-05' } ``` @@ -74,8 +74,6 @@ FastInflate.from(this).inflate(R.layout.activity_main, null) - 编译此项目请直接`clone`父工程 [AndroidLibraries](https://github.com/dreamgyf/AndroidLibraries) -- 目前暂不支持多`layout`目录(如`layout-v23`) - - ``标签不支持使用`theme`属性 - 当前版本为`alpha`测试版,尚未对所有`Android`版本进行兼容性测试 diff --git a/README.md b/README.md index c91ece3..0485ea5 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ dependencyResolutionManagement { ```groovy plugins { - id 'com.dreamgyf.android.fastinflate' version '0.1.0-alpha-04' apply false + id 'com.dreamgyf.android.fastinflate' version '0.1.0-alpha-05' apply false } ``` @@ -57,7 +57,7 @@ plugins { ```groovy dependencies { - implementation 'com.dreamgyf.android.fastinflate:0.1.0-alpha-04' + implementation 'com.dreamgyf.android.fastinflate:0.1.0-alpha-05' } ``` @@ -74,8 +74,6 @@ FastInflate.from(this).inflate(R.layout.activity_main, null) - If you want compile this project, please `clone` the parent project [AndroidLibraries](https://github.com/dreamgyf/AndroidLibraries) directly. -- Multi-directory of `layout` is not supported currently. (For Example: `layout-v23`) - - The `` tag doesn't supported to use `theme` attribute. - The current version is an alpha beta, and have not done compatibility tests for all of the Android versions.