android:maxWidth用过几次,之前有效,今天再用就无效了。其实是有两个注意点的,记录下:
1. android:adjustViewBounds="true"
2.android:layout_width不能是match_parent
本文分享了关于在Android开发中遇到的android:maxWidth属性失效的问题,并总结了解决方案。关键在于设置android:adjustViewBounds为true且避免将android:layout_width设为match_parent。
android:maxWidth用过几次,之前有效,今天再用就无效了。其实是有两个注意点的,记录下:
1. android:adjustViewBounds="true"
2.android:layout_width不能是match_parent
1719
4925

被折叠的 条评论
为什么被折叠?