| | |
| | | import com.bsk.zhangbo.demoforbsk.R;
|
| | | import cn.com.basic.face.adapter.MyWheelAdapter;
|
| | |
|
| | | import cn.com.basic.face.listeners.OkButtonClickedListener;
|
| | | import cn.com.basic.face.util.CountryPresenter;
|
| | | import cn.com.basic.face.util.OkButtonClickedListener;
|
| | |
|
| | | import com.wx.wheelview.widget.WheelView;
|
| | |
|
| | |
| | | private HashMap<String, List<String>> countryData;
|
| | | private List<String> countryWordList;
|
| | | private List<String> countryList;
|
| | | private CountryPresenter countryPresenter;
|
| | |
|
| | | public CountrySelectionDialog(Context context, String[] countryWordData, List<String> countryWordList, HashMap<String, List<String>> countryData) {
|
| | |
|
| | | this.mContext = context;
|
| | | countryPresenter = new CountryPresenter(context);
|
| | | view = LayoutInflater.from(context).inflate(R.layout.dialog_country, null);
|
| | | mWheelViewTitle = (WheelView) view.findViewById(R.id.pop_country_title);
|
| | | mWheelViewTitle.setOnWheelItemSelectedListener(this);
|