我以编程方式创建了CheckBox
,并在将WRAP_CONTENT
添加到父级LayoutParams
时将其CheckBox
。我已将ImageView
更改为CheckBox
,调整大小效果很好。我使用selector
的主要原因是checked true/false
和两个州:parentLayout.addView(checkBox, new LinearLayout.LayoutParams(
ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT));
RelativeLayout.LayoutParams params = new RelativeLayout.LayoutParams(100,100);
params.addRule(RelativeLayout.CENTER_IN_PARENT, RelativeLayout.TRUE);
mainLayout.addView(parentLayout, params);
我错过了什么或做错了吗?
{{1}}
答案 0 :(得分:0)
将ButtonDrawable
null
和BackgroundDrawable
设置为资源。