Android为TV端助力之:maxWidth设置无效

android:maxWidth用过几次,之前有效,今天再用就无效了。其实是有两个注意点的,记录下:

1. android:adjustViewBounds="true"

2.android:layout_width不能是match_parent

原文地址:https://www.cnblogs.com/xiaoxiaing/p/11720116.html