Android中setLayoutParams的注意点

查一查API,可以看到这么一句话These supply parameters to the parent of this view specifying how it should be arranged。也就是说一定要用父控件的LayoutParams。如果父控件是LinearLayout,当然就必须写成LinearLayout.LayoutParams

你可能感兴趣的:(Android中setLayoutParams的注意点)