Android Dialog 使用 ConstraintLayout 约束布局宽度异常原因

主题设置:

true
80%
@android:color/transparent

测试结果:

  • View控件设置了android:layout_width="match_parent"宽度会超过80%限制
  • TextViewButton设置同样属性没发现异常
  • 将宽度设置为0dp同时设置start_to_start_of以及end_to_end_of后,宽度正常

你可能感兴趣的:(Android Dialog 使用 ConstraintLayout 约束布局宽度异常原因)