Android为TV端助力之:maxWidth设置无效
android:maxWidth用过几次,之前有效,今天再用就无效了。其实是有两个注意点的,记录下:
1. android:adjustViewBounds="true"
2.android:layout_width不能是match_parent
Android 为TV端助力
android:maxWidth用过几次,之前有效,今天再用就无效了。其实是有两个注意点的,记录下:
1. android:adjustViewBounds="true"
2.android:layout_width不能是match_parent