Android的api文档
这个代码为什么是错的
这个代码为什么是错的
解决方案
20
你看一下参数的类型,应该是参数类型没有做对
30
本人使用1就没错,不过最好使用这样的格式:
LinearLayout layout = new LinearLayout(this);
layout.setOrientation(LinearLayout.HORIZONTAL);
LinearLayout layout = new LinearLayout(this);
layout.setOrientation(LinearLayout.HORIZONTAL);