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 {
1111 }
1212
1313dependencies {
14- implementation 'com.github.LuckyCodeer:TagLayout:1.0.8 '
14+ implementation 'com.github.LuckyCodeer:TagLayout:1.0.9 '
1515 }
1616```
1717
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
99 defaultConfig {
1010 minSdkVersion 16
1111 targetSdkVersion 30
12- versionCode 108
13- versionName " 1.0.8 "
12+ versionCode 109
13+ versionName " 1.0.9 "
1414
1515 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1616 consumerProguardFiles " consumer-rules.pro"
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ class TagLayout : ViewGroup {
110110 TAG , " onMeasure left:${rect.left} top:${rect.top} ," +
111111 " right:${rect.right} ,bottom:${rect.bottom} measuredWidth:${childView.measuredWidth} "
112112 )
113+ childView.isEnabled = isEnabled
113114 mViewRectMap[childView] = rect
114115
115116 // 最后一行处理
You can’t perform that action at this time.
0 commit comments