File was renamed from VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/widget/CountrySelectionPopup.java |
| | |
| | | * Created by Sinoe on 2017/2/28.
|
| | | */
|
| | |
|
| | | public class CountrySelectionPopup extends PopupWindow implements View.OnClickListener, WheelView.OnWheelItemSelectedListener {
|
| | | public class CountrySelectionDialog extends PopupWindow implements View.OnClickListener, WheelView.OnWheelItemSelectedListener {
|
| | | private Context mContext;
|
| | | private View view;
|
| | | private TextView mTvConfirm, mTvCancel;
|
| | |
| | | private List<String> countryList;
|
| | | private CountryPresenter countryPresenter;
|
| | |
|
| | | public CountrySelectionPopup(Context context, String[] countryWordData, List<String> countryWordList, HashMap<String, List<String>> countryData) {
|
| | | public CountrySelectionDialog(Context context, String[] countryWordData, List<String> countryWordList, HashMap<String, List<String>> countryData) {
|
| | |
|
| | | this.mContext = context;
|
| | | countryPresenter = new CountryPresenter(context);
|