saiwu-bigkoo / Android-AlertView

仿iOS的AlertViewController
1.39k stars 366 forks source link

有个bug,如果标题参数传入null,则最顶部会多出一条分割线 #7

Closed cikichen closed 8 years ago

cikichen commented 8 years ago
new AlertView(null, null, "取消", null,
                new String[]{"拍照", "从相册中选择"},
                this, AlertView.Style.ActionSheet, new OnItemClickListener(){
                    public void onItemClick(Object o,int position){
                        Toast.makeText(this, "点击了第" + position + "个", 
                        Toast.LENGTH_SHORT).show();
                    }
                }).show();
saiwu-bigkoo commented 8 years ago

你好,1.0.2已修复请升级吧

everyline commented 5 years ago

这个bug 在1.0.3 还存在这条线