xuxiuxi
2017-03-29 96c779d22c0a1df0d3441ebb4fcd30f9311e1fe2
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/widget/CountrySelectionDialog.java
File was renamed from VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/widget/CountrySelectionPopup.java
@@ -27,7 +27,7 @@
 * 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;
@@ -37,7 +37,7 @@
    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);