Bigkoo / Android-PickerView

This is a picker view for android , support linkage effect, timepicker and optionspicker.(时间选择器、省市区三级联动)
Apache License 2.0
13.45k stars 3.45k forks source link

最近引入的版本编译有问题 #541

Closed Authur007 closed 6 years ago

Authur007 commented 6 years ago

最近引入了一个版本,以前也用过,但是引入的包内TimePickerView这个类中有一个布局id找不到,在R文件内也没看到这个id,出问题的代码为RelativeLayout rv_top_bar = (RelativeLayout) findViewById(R.id.rv_topbar); 这个rv_topbar这个id没有编译

xiaosong520 commented 6 years ago

@Authur007 see #467 #300