File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
src/main/java/com/yhw/taglayout Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ allprojects {
11
11
}
12
12
13
13
dependencies {
14
- implementation 'com.github.LuckyCodeer:TagLayout:1.0.8 '
14
+ implementation 'com.github.LuckyCodeer:TagLayout:1.0.9 '
15
15
}
16
16
```
17
17
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
9
9
defaultConfig {
10
10
minSdkVersion 16
11
11
targetSdkVersion 30
12
- versionCode 108
13
- versionName " 1.0.8 "
12
+ versionCode 109
13
+ versionName " 1.0.9 "
14
14
15
15
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
16
16
consumerProguardFiles " consumer-rules.pro"
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ class TagLayout : ViewGroup {
110
110
TAG , " onMeasure left:${rect.left} top:${rect.top} ," +
111
111
" right:${rect.right} ,bottom:${rect.bottom} measuredWidth:${childView.measuredWidth} "
112
112
)
113
+ childView.isEnabled = isEnabled
113
114
mViewRectMap[childView] = rect
114
115
115
116
// 最后一行处理
You can’t perform that action at this time.
0 commit comments