为了账号安全,请及时绑定邮箱和手机立即绑定

自定义的calender在xml里显示不出来

照着老师的代码打的,但是最后要运行的时候,发现引用自定义Calendar的xml里显示不出来

正在回答

5 回答

//将控件和属性绑定
    private void bindControl(Context context) {
        View view=View.inflate(getContext(),R.layout.calendar_view,null);
     //   LayoutInflater inflater = LayoutInflater.from(context);
     //   inflater.inflate(R.layout.calendar_view, this,false);
        this.addView(view);
        btnNext = (ImageView) view.findViewById(R.id.btnNext);
        btnPrev = (ImageView) view.findViewById(R.id.btnPrev);
        txtDate = (TextView) view.findViewById(R.id.txtDate);
        grid = (GridView) view.findViewById(R.id.calendar_grid);
    }

f

我同学把原来老师的代码注释掉,然后把view添加到this.addView

0 回复 有任何疑惑可以回复我~

inflater.inflate(R.layout.calendar_view, this);第三个参数不填

0 回复 有任何疑惑可以回复我~

我的也显示不出来

然后debug都不动

0 回复 有任何疑惑可以回复我~

你解决了嘛我的也显示不出来,求助!

0 回复 有任何疑惑可以回复我~
#1

闪烁白键 提问者

你copy一下我发的代码,看下能不能解决。我同学教的,貌似就是把view加到Activity里
2017-06-28 回复 有任何疑惑可以回复我~

新手不懂

1 回复 有任何疑惑可以回复我~
#1

慕斯7394667ll

你牛什么
2017-05-08 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

自定义的calender在xml里显示不出来

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信