| | |
| | | mOperatePopupWindow.getContentView().findViewById(R.id.view_select_underline).setVisibility(View.GONE); |
| | | setOnClickListener( |
| | | mOperatePopupWindow.getContentView().findViewById(R.id.tv_add), |
| | | mOperatePopupWindow.getContentView().findViewById(R.id.tv_select) |
| | | mOperatePopupWindow.getContentView().findViewById(R.id.tv_select), |
| | | mOperatePopupWindow.getContentView().findViewById(R.id.tv_own_top) |
| | | ); |
| | | //点击放大镜按钮显示出搜索框 |
| | | binding.ivSearchDefault.setOnClickListener(v -> { |
| | |
| | | }else if (id == R.id.tv_select){ |
| | | viewModel.getOperateTypeLiveData().postValue(1); |
| | | mOperatePopupWindow.dismiss(); |
| | | }else if (id == R.id.tv_own_top) { |
| | | viewModel.ownTop(); |
| | | mOperatePopupWindow.dismiss(); |
| | | } |
| | | } |
| | | @Override |