Code Bye

关于android中的setOrientaition

Android的api文档
这个代码为什么是错的
解决方案

20

你看一下参数的类型,应该是参数类型没有做对

30

本人使用1就没错,不过最好使用这样的格式:
LinearLayout layout = new LinearLayout(this);
layout.setOrientation(LinearLayout.HORIZONTAL);

CodeBye 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权 , 转载请注明关于android中的setOrientaition