File was renamed from VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/widget/VisitPurposePopup.java |
| | |
| | | * Created by Sinoe on 2017/2/27.
|
| | | */
|
| | |
|
| | | public class VisitPurposePopup extends PopupWindow implements View.OnClickListener,WheelView.OnWheelItemSelectedListener{
|
| | | public class VisitPurposeDialog extends PopupWindow implements View.OnClickListener,WheelView.OnWheelItemSelectedListener{
|
| | | private View view;
|
| | | private TextView mTvConfirm,mTvCancel,mTvTitle;
|
| | | private List mList;
|
| | | private WheelView mWheelView;
|
| | | private Context mContext;
|
| | | public VisitPurposePopup(Context context, List mList, String mTitle) {
|
| | | public VisitPurposeDialog(Context context, List mList, String mTitle) {
|
| | | this.mContext = context;
|
| | | view = LayoutInflater.from(context).inflate(R.layout.dialog_visit_reason,null);
|
| | | this.mList = mList;
|