| | |
| | | import cn.com.basic.face.adapter.SurveillanceFragment;
|
| | | import cn.com.basic.face.base.BaseApplication;
|
| | | import cn.com.basic.face.base.BaseFragment;
|
| | | import cn.com.basic.face.dialog.AttenderRegisterSelectPhotoDialog;
|
| | | import cn.com.basic.face.dialog.AttenderRegisterUploadPhotoDialog;
|
| | | import cn.com.basic.face.dialog.SurveillancePhotoDialog;
|
| | | import cn.com.basic.face.discern.common.CommonVariables;
|
| | | import cn.com.basic.face.discern.entity.Register;
|
| | |
| | | @OnClick(R.id.fragment_attender_register_surveillance_photo)
|
| | | public void fragment_attender_register_surveillance_photo_click(View view) {
|
| | | SurveillanceFragment.SurveillancePhotoSelectListViewAdapter.selectPhotoOrUploadPhoto = CommonVariables.SelectPhotoType.SELECT_PHOTO;
|
| | | new SurveillancePhotoDialog(fragment_attender_register_linear_layout, Constant.DialogSelectType.ID_TYPE, new OkClickedListener() {
|
| | | new AttenderRegisterSelectPhotoDialog(fragment_attender_register_linear_layout, Constant.DialogSelectType.ID_TYPE, new OkClickedListener() {
|
| | | public void onSelected(String value) {
|
| | | }
|
| | | }, selectedSurveillancePhotoId);
|
| | |
| | | @OnClick(R.id.fragment_attender_register_upload_custom_photo)
|
| | | public void fragment_attender_register_upload_custom_photo_click(View view) {
|
| | | SurveillanceFragment.SurveillancePhotoSelectListViewAdapter.selectPhotoOrUploadPhoto = CommonVariables.SelectPhotoType.UPLOAD_PHOTO;
|
| | | new SurveillancePhotoDialog(fragment_attender_register_linear_layout, Constant.DialogSelectType.ID_TYPE, new OkClickedListener() {
|
| | | new AttenderRegisterUploadPhotoDialog(fragment_attender_register_linear_layout, Constant.DialogSelectType.ID_TYPE, new OkClickedListener() {
|
| | | public void onSelected(String value) {
|
| | | }
|
| | | }, selectedCustomPhotoId);
|