|
@@ -153,6 +153,8 @@ public class CreateLiveActivity extends BaseMVPActivity<ActivityCreateLiveBindin
|
|
|
//自定义布局中的控件初始化及事件处理
|
|
|
final TextView tvSubmit = (TextView) v.findViewById(com.cooleshow.base.R.id.tv_finish);
|
|
|
TextView ivCancel = (TextView) v.findViewById(com.cooleshow.base.R.id.tv_cancel);
|
|
|
+ TextView tv_title = (TextView) v.findViewById(com.cooleshow.base.R.id.tv_title);
|
|
|
+ tv_title.setText("直播时长(分钟)");
|
|
|
tvSubmit.setOnClickListener(v12 -> {
|
|
|
pvOptions.returnData();
|
|
|
pvOptions.dismiss();
|