Skip to content

1.3.8

Latest
Compare
Choose a tag to compare
@KingJA KingJA released this 08 Mar 16:04
· 6 commits to master since this release
  • 适配Android X
  • 支持ConstraintLayout的子View注册(详见Ps[1])
  • 修复子view有margin,注册后出现双倍margin问题
    Ps:
    [1]要注册RelativeLayout或ConstraintLayout的子View,如果该子View被其它子View约束,建议在子View外层再包一层布局,参考sample中acitivy_view.xm和activity_constraintlayout.xml