├── app
├── .gitignore
└── src
│ └── main
│ └── res
│ ├── raw
│ └── country_avail.json
│ ├── values
│ └── strings.xml
│ ├── mipmap-hdpi
│ └── ic_launcher.png
│ ├── mipmap-mdpi
│ └── ic_launcher.png
│ ├── mipmap-xhdpi
│ └── ic_launcher.png
│ ├── mipmap-xxhdpi
│ └── ic_launcher.png
│ └── mipmap-xxxhdpi
│ └── ic_launcher.png
├── countrypickerx
├── .gitignore
└── src
│ └── main
│ └── res
│ ├── values
│ └── strings.xml
│ ├── mipmap-hdpi
│ ├── ab_flag.png
│ ├── ad_flag.png
│ ├── ae_flag.png
│ ├── af_flag.png
│ ├── ag_flag.png
│ ├── ai_flag.png
│ ├── al_flag.png
│ ├── am_flag.png
│ ├── ao_flag.png
│ ├── aq_flag.png
│ ├── ar_flag.png
│ ├── as_flag.png
│ ├── at_flag.png
│ ├── au_flag.png
│ ├── aw_flag.png
│ ├── ax_flag.png
│ ├── az_flag.png
│ ├── ba_flag.png
│ ├── bb_flag.png
│ ├── bd_flag.png
│ ├── be_flag.png
│ ├── bf_flag.png
│ ├── bg_flag.png
│ ├── bh_flag.png
│ ├── bi_flag.png
│ ├── bj_flag.png
│ ├── bl_flag.png
│ ├── bm_flag.png
│ ├── bn_flag.png
│ ├── bo_flag.png
│ ├── bq_flag.png
│ ├── br_flag.png
│ ├── bs_flag.png
│ ├── bt_flag.png
│ ├── bv_flag.png
│ ├── bw_flag.png
│ ├── by_flag.png
│ ├── bz_flag.png
│ ├── ca_flag.png
│ ├── cc_flag.png
│ ├── cd_flag.png
│ ├── cf_flag.png
│ ├── cg_flag.png
│ ├── ch_flag.png
│ ├── ci_flag.png
│ ├── ck_flag.png
│ ├── cl_flag.png
│ ├── cm_flag.png
│ ├── cn_flag.png
│ ├── co_flag.png
│ ├── cr_flag.png
│ ├── cu_flag.png
│ ├── cv_flag.png
│ ├── cw_flag.png
│ ├── cx_flag.png
│ ├── cy_flag.png
│ ├── cz_flag.png
│ ├── de_flag.png
│ ├── dj_flag.png
│ ├── dk_flag.png
│ ├── dm_flag.png
│ ├── do_flag.png
│ ├── dz_flag.png
│ ├── ec_flag.png
│ ├── ee_flag.png
│ ├── eg_flag.png
│ ├── eh_flag.png
│ ├── er_flag.png
│ ├── es_flag.png
│ ├── et_flag.png
│ ├── fi_flag.png
│ ├── fj_flag.png
│ ├── fk_flag.png
│ ├── fm_flag.png
│ ├── fo_flag.png
│ ├── fr_flag.png
│ ├── ga_flag.png
│ ├── gb_flag.png
│ ├── gd_flag.png
│ ├── ge_flag.png
│ ├── gf_flag.png
│ ├── gg_flag.png
│ ├── gh_flag.png
│ ├── gi_flag.png
│ ├── gl_flag.png
│ ├── gm_flag.png
│ ├── gn_flag.png
│ ├── gp_flag.png
│ ├── gq_flag.png
│ ├── gr_flag.png
│ ├── gs_flag.png
│ ├── gt_flag.png
│ ├── gu_flag.png
│ ├── gw_flag.png
│ ├── gy_flag.png
│ ├── hk_flag.png
│ ├── hm_flag.png
│ ├── hn_flag.png
│ ├── hr_flag.png
│ ├── ht_flag.png
│ ├── hu_flag.png
│ ├── id_flag.png
│ ├── ie_flag.png
│ ├── il_flag.png
│ ├── im_flag.png
│ ├── in_flag.png
│ ├── io_flag.png
│ ├── iq_flag.png
│ ├── ir_flag.png
│ ├── is_flag.png
│ ├── it_flag.png
│ ├── je_flag.png
│ ├── jm_flag.png
│ ├── jo_flag.png
│ ├── jp_flag.png
│ ├── ke_flag.png
│ ├── kg_flag.png
│ ├── kh_flag.png
│ ├── ki_flag.png
│ ├── km_flag.png
│ ├── kn_flag.png
│ ├── kp_flag.png
│ ├── kr_flag.png
│ ├── kw_flag.png
│ ├── ky_flag.png
│ ├── kz_flag.png
│ ├── la_flag.png
│ ├── lb_flag.png
│ ├── lc_flag.png
│ ├── li_flag.png
│ ├── lk_flag.png
│ ├── lr_flag.png
│ ├── ls_flag.png
│ ├── lt_flag.png
│ ├── lu_flag.png
│ ├── lv_flag.png
│ ├── ly_flag.png
│ ├── ma_flag.png
│ ├── mc_flag.png
│ ├── md_flag.png
│ ├── me_flag.png
│ ├── mf_flag.png
│ ├── mg_flag.png
│ ├── mh_flag.png
│ ├── mk_flag.png
│ ├── ml_flag.png
│ ├── mm_flag.png
│ ├── mn_flag.png
│ ├── mo_flag.png
│ ├── mp_flag.png
│ ├── mq_flag.png
│ ├── mr_flag.png
│ ├── ms_flag.png
│ ├── mt_flag.png
│ ├── mu_flag.png
│ ├── mv_flag.png
│ ├── mw_flag.png
│ ├── mx_flag.png
│ ├── my_flag.png
│ ├── mz_flag.png
│ ├── na_flag.png
│ ├── nc_flag.png
│ ├── ne_flag.png
│ ├── nf_flag.png
│ ├── ng_flag.png
│ ├── ni_flag.png
│ ├── nl_flag.png
│ ├── no_flag.png
│ ├── np_flag.png
│ ├── nr_flag.png
│ ├── nu_flag.png
│ ├── nz_flag.png
│ ├── om_flag.png
│ ├── pa_flag.png
│ ├── pe_flag.png
│ ├── pf_flag.png
│ ├── pg_flag.png
│ ├── ph_flag.png
│ ├── pk_flag.png
│ ├── pl_flag.png
│ ├── pm_flag.png
│ ├── pn_flag.png
│ ├── pr_flag.png
│ ├── ps_flag.png
│ ├── pt_flag.png
│ ├── pw_flag.png
│ ├── py_flag.png
│ ├── qa_flag.png
│ ├── re_flag.png
│ ├── ro_flag.png
│ ├── rs_flag.png
│ ├── ru_flag.png
│ ├── rw_flag.png
│ ├── sa_flag.png
│ ├── sb_flag.png
│ ├── sc_flag.png
│ ├── sd_flag.png
│ ├── se_flag.png
│ ├── sg_flag.png
│ ├── sh_flag.png
│ ├── si_flag.png
│ ├── sj_flag.png
│ ├── sk_flag.png
│ ├── sl_flag.png
│ ├── sm_flag.png
│ ├── sn_flag.png
│ ├── so_flag.png
│ ├── sr_flag.png
│ ├── ss_flag.png
│ ├── st_flag.png
│ ├── sv_flag.png
│ ├── sx_flag.png
│ ├── sy_flag.png
│ ├── sz_flag.png
│ ├── tc_flag.png
│ ├── td_flag.png
│ ├── tf_flag.png
│ ├── tg_flag.png
│ ├── th_flag.png
│ ├── tj_flag.png
│ ├── tk_flag.png
│ ├── tl_flag.png
│ ├── tm_flag.png
│ ├── tn_flag.png
│ ├── to_flag.png
│ ├── tr_flag.png
│ ├── tt_flag.png
│ ├── tv_flag.png
│ ├── tw_flag.png
│ ├── tz_flag.png
│ ├── ua_flag.png
│ ├── ug_flag.png
│ ├── um_flag.png
│ ├── us_flag.png
│ ├── uy_flag.png
│ ├── uz_flag.png
│ ├── va_flag.png
│ ├── vc_flag.png
│ ├── ve_flag.png
│ ├── vg_flag.png
│ ├── vi_flag.png
│ ├── vn_flag.png
│ ├── vu_flag.png
│ ├── wf_flag.png
│ ├── ws_flag.png
│ ├── xk_flag.png
│ ├── ye_flag.png
│ ├── yt_flag.png
│ ├── za_flag.png
│ ├── zm_flag.png
│ └── zw_flag.png
│ ├── mipmap-mdpi
│ ├── ab_flag.png
│ ├── ad_flag.png
│ ├── ae_flag.png
│ ├── af_flag.png
│ ├── ag_flag.png
│ ├── ai_flag.png
│ ├── al_flag.png
│ ├── am_flag.png
│ ├── ao_flag.png
│ ├── aq_flag.png
│ ├── ar_flag.png
│ ├── as_flag.png
│ ├── at_flag.png
│ ├── au_flag.png
│ ├── aw_flag.png
│ ├── ax_flag.png
│ ├── az_flag.png
│ ├── ba_flag.png
│ ├── bb_flag.png
│ ├── bd_flag.png
│ ├── be_flag.png
│ ├── bf_flag.png
│ ├── bg_flag.png
│ ├── bh_flag.png
│ ├── bi_flag.png
│ ├── bj_flag.png
│ ├── bl_flag.png
│ ├── bm_flag.png
│ ├── bn_flag.png
│ ├── bo_flag.png
│ ├── bq_flag.png
│ ├── br_flag.png
│ ├── bs_flag.png
│ ├── bt_flag.png
│ ├── bv_flag.png
│ ├── bw_flag.png
│ ├── by_flag.png
│ ├── bz_flag.png
│ ├── ca_flag.png
│ ├── cc_flag.png
│ ├── cd_flag.png
│ ├── cf_flag.png
│ ├── cg_flag.png
│ ├── ch_flag.png
│ ├── ci_flag.png
│ ├── ck_flag.png
│ ├── cl_flag.png
│ ├── cm_flag.png
│ ├── cn_flag.png
│ ├── co_flag.png
│ ├── cr_flag.png
│ ├── cu_flag.png
│ ├── cv_flag.png
│ ├── cw_flag.png
│ ├── cx_flag.png
│ ├── cy_flag.png
│ ├── cz_flag.png
│ ├── de_flag.png
│ ├── dj_flag.png
│ ├── dk_flag.png
│ ├── dm_flag.png
│ ├── do_flag.png
│ ├── dz_flag.png
│ ├── ec_flag.png
│ ├── ee_flag.png
│ ├── eg_flag.png
│ ├── eh_flag.png
│ ├── er_flag.png
│ ├── es_flag.png
│ ├── et_flag.png
│ ├── fi_flag.png
│ ├── fj_flag.png
│ ├── fk_flag.png
│ ├── fm_flag.png
│ ├── fo_flag.png
│ ├── fr_flag.png
│ ├── ga_flag.png
│ ├── gb_flag.png
│ ├── gd_flag.png
│ ├── ge_flag.png
│ ├── gf_flag.png
│ ├── gg_flag.png
│ ├── gh_flag.png
│ ├── gi_flag.png
│ ├── gl_flag.png
│ ├── gm_flag.png
│ ├── gn_flag.png
│ ├── gp_flag.png
│ ├── gq_flag.png
│ ├── gr_flag.png
│ ├── gs_flag.png
│ ├── gt_flag.png
│ ├── gu_flag.png
│ ├── gw_flag.png
│ ├── gy_flag.png
│ ├── hk_flag.png
│ ├── hm_flag.png
│ ├── hn_flag.png
│ ├── hr_flag.png
│ ├── ht_flag.png
│ ├── hu_flag.png
│ ├── id_flag.png
│ ├── ie_flag.png
│ ├── il_flag.png
│ ├── im_flag.png
│ ├── in_flag.png
│ ├── io_flag.png
│ ├── iq_flag.png
│ ├── ir_flag.png
│ ├── is_flag.png
│ ├── it_flag.png
│ ├── je_flag.png
│ ├── jm_flag.png
│ ├── jo_flag.png
│ ├── jp_flag.png
│ ├── ke_flag.png
│ ├── kg_flag.png
│ ├── kh_flag.png
│ ├── ki_flag.png
│ ├── km_flag.png
│ ├── kn_flag.png
│ ├── kp_flag.png
│ ├── kr_flag.png
│ ├── kw_flag.png
│ ├── ky_flag.png
│ ├── kz_flag.png
│ ├── la_flag.png
│ ├── lb_flag.png
│ ├── lc_flag.png
│ ├── li_flag.png
│ ├── lk_flag.png
│ ├── lr_flag.png
│ ├── ls_flag.png
│ ├── lt_flag.png
│ ├── lu_flag.png
│ ├── lv_flag.png
│ ├── ly_flag.png
│ ├── ma_flag.png
│ ├── mc_flag.png
│ ├── md_flag.png
│ ├── me_flag.png
│ ├── mf_flag.png
│ ├── mg_flag.png
│ ├── mh_flag.png
│ ├── mk_flag.png
│ ├── ml_flag.png
│ ├── mm_flag.png
│ ├── mn_flag.png
│ ├── mo_flag.png
│ ├── mp_flag.png
│ ├── mq_flag.png
│ ├── mr_flag.png
│ ├── ms_flag.png
│ ├── mt_flag.png
│ ├── mu_flag.png
│ ├── mv_flag.png
│ ├── mw_flag.png
│ ├── mx_flag.png
│ ├── my_flag.png
│ ├── mz_flag.png
│ ├── na_flag.png
│ ├── nc_flag.png
│ ├── ne_flag.png
│ ├── nf_flag.png
│ ├── ng_flag.png
│ ├── ni_flag.png
│ ├── nl_flag.png
│ ├── no_flag.png
│ ├── np_flag.png
│ ├── nr_flag.png
│ ├── nu_flag.png
│ ├── nz_flag.png
│ ├── om_flag.png
│ ├── pa_flag.png
│ ├── pe_flag.png
│ ├── pf_flag.png
│ ├── pg_flag.png
│ ├── ph_flag.png
│ ├── pk_flag.png
│ ├── pl_flag.png
│ ├── pm_flag.png
│ ├── pn_flag.png
│ ├── pr_flag.png
│ ├── ps_flag.png
│ ├── pt_flag.png
│ ├── pw_flag.png
│ ├── py_flag.png
│ ├── qa_flag.png
│ ├── re_flag.png
│ ├── ro_flag.png
│ ├── rs_flag.png
│ ├── ru_flag.png
│ ├── rw_flag.png
│ ├── sa_flag.png
│ ├── sb_flag.png
│ ├── sc_flag.png
│ ├── sd_flag.png
│ ├── se_flag.png
│ ├── sg_flag.png
│ ├── sh_flag.png
│ ├── si_flag.png
│ ├── sj_flag.png
│ ├── sk_flag.png
│ ├── sl_flag.png
│ ├── sm_flag.png
│ ├── sn_flag.png
│ ├── so_flag.png
│ ├── sr_flag.png
│ ├── ss_flag.png
│ ├── st_flag.png
│ ├── sv_flag.png
│ ├── sx_flag.png
│ ├── sy_flag.png
│ ├── sz_flag.png
│ ├── tc_flag.png
│ ├── td_flag.png
│ ├── tf_flag.png
│ ├── tg_flag.png
│ ├── th_flag.png
│ ├── tj_flag.png
│ ├── tk_flag.png
│ ├── tl_flag.png
│ ├── tm_flag.png
│ ├── tn_flag.png
│ ├── to_flag.png
│ ├── tr_flag.png
│ ├── tt_flag.png
│ ├── tv_flag.png
│ ├── tw_flag.png
│ ├── tz_flag.png
│ ├── ua_flag.png
│ ├── ug_flag.png
│ ├── um_flag.png
│ ├── us_flag.png
│ ├── uy_flag.png
│ ├── uz_flag.png
│ ├── va_flag.png
│ ├── vc_flag.png
│ ├── ve_flag.png
│ ├── vg_flag.png
│ ├── vi_flag.png
│ ├── vn_flag.png
│ ├── vu_flag.png
│ ├── wf_flag.png
│ ├── ws_flag.png
│ ├── xk_flag.png
│ ├── ye_flag.png
│ ├── yt_flag.png
│ ├── za_flag.png
│ ├── zm_flag.png
│ └── zw_flag.png
│ └── mipmap-xhdpi
│ ├── ab_flag.png
│ ├── ad_flag.png
│ ├── ae_flag.png
│ ├── af_flag.png
│ ├── ag_flag.png
│ ├── ai_flag.png
│ ├── al_flag.png
│ ├── am_flag.png
│ ├── ao_flag.png
│ ├── aq_flag.png
│ ├── ar_flag.png
│ ├── as_flag.png
│ ├── at_flag.png
│ ├── au_flag.png
│ ├── aw_flag.png
│ ├── ax_flag.png
│ ├── az_flag.png
│ ├── ba_flag.png
│ ├── bb_flag.png
│ ├── bd_flag.png
│ ├── be_flag.png
│ ├── bf_flag.png
│ ├── bg_flag.png
│ ├── bh_flag.png
│ ├── bi_flag.png
│ ├── bj_flag.png
│ ├── bl_flag.png
│ ├── bm_flag.png
│ ├── bn_flag.png
│ ├── bo_flag.png
│ ├── bq_flag.png
│ ├── br_flag.png
│ ├── bs_flag.png
│ ├── bt_flag.png
│ ├── bv_flag.png
│ ├── bw_flag.png
│ ├── by_flag.png
│ ├── bz_flag.png
│ ├── ca_flag.png
│ ├── cc_flag.png
│ ├── cd_flag.png
│ ├── cf_flag.png
│ ├── cg_flag.png
│ ├── ch_flag.png
│ ├── ci_flag.png
│ ├── ck_flag.png
│ ├── cl_flag.png
│ ├── cm_flag.png
│ ├── cn_flag.png
│ ├── co_flag.png
│ ├── cr_flag.png
│ ├── cu_flag.png
│ ├── cv_flag.png
│ ├── cw_flag.png
│ ├── cx_flag.png
│ ├── cy_flag.png
│ ├── cz_flag.png
│ ├── de_flag.png
│ ├── dj_flag.png
│ ├── dk_flag.png
│ ├── dm_flag.png
│ ├── do_flag.png
│ ├── dz_flag.png
│ ├── ec_flag.png
│ ├── ee_flag.png
│ ├── eg_flag.png
│ ├── eh_flag.png
│ ├── er_flag.png
│ ├── es_flag.png
│ ├── et_flag.png
│ ├── fi_flag.png
│ ├── fj_flag.png
│ ├── fk_flag.png
│ ├── fm_flag.png
│ ├── fo_flag.png
│ ├── fr_flag.png
│ ├── ga_flag.png
│ ├── gb_flag.png
│ ├── gd_flag.png
│ ├── ge_flag.png
│ ├── gf_flag.png
│ ├── gg_flag.png
│ ├── gh_flag.png
│ ├── gi_flag.png
│ ├── gl_flag.png
│ ├── gm_flag.png
│ ├── gn_flag.png
│ ├── gp_flag.png
│ ├── gq_flag.png
│ ├── gr_flag.png
│ ├── gs_flag.png
│ ├── gt_flag.png
│ ├── gu_flag.png
│ ├── gw_flag.png
│ ├── gy_flag.png
│ ├── hk_flag.png
│ ├── hm_flag.png
│ ├── hn_flag.png
│ ├── hr_flag.png
│ ├── ht_flag.png
│ ├── hu_flag.png
│ ├── id_flag.png
│ ├── ie_flag.png
│ ├── il_flag.png
│ ├── im_flag.png
│ ├── in_flag.png
│ ├── io_flag.png
│ ├── iq_flag.png
│ ├── ir_flag.png
│ ├── is_flag.png
│ ├── it_flag.png
│ ├── je_flag.png
│ ├── jm_flag.png
│ ├── jo_flag.png
│ ├── jp_flag.png
│ ├── ke_flag.png
│ ├── kg_flag.png
│ ├── kh_flag.png
│ ├── ki_flag.png
│ ├── km_flag.png
│ ├── kn_flag.png
│ ├── kp_flag.png
│ ├── kr_flag.png
│ ├── kw_flag.png
│ ├── ky_flag.png
│ ├── kz_flag.png
│ ├── la_flag.png
│ ├── lb_flag.png
│ ├── lc_flag.png
│ ├── li_flag.png
│ ├── lk_flag.png
│ ├── lr_flag.png
│ ├── ls_flag.png
│ ├── lt_flag.png
│ ├── lu_flag.png
│ ├── lv_flag.png
│ ├── ly_flag.png
│ ├── ma_flag.png
│ ├── mc_flag.png
│ ├── md_flag.png
│ ├── me_flag.png
│ ├── mf_flag.png
│ ├── mg_flag.png
│ ├── mh_flag.png
│ ├── mk_flag.png
│ ├── ml_flag.png
│ ├── mm_flag.png
│ ├── mn_flag.png
│ ├── mo_flag.png
│ ├── mp_flag.png
│ ├── mq_flag.png
│ ├── mr_flag.png
│ ├── ms_flag.png
│ ├── mt_flag.png
│ ├── mu_flag.png
│ ├── mv_flag.png
│ ├── mw_flag.png
│ ├── mx_flag.png
│ ├── my_flag.png
│ ├── mz_flag.png
│ ├── na_flag.png
│ ├── nc_flag.png
│ ├── ne_flag.png
│ ├── nf_flag.png
│ ├── ng_flag.png
│ ├── ni_flag.png
│ ├── nl_flag.png
│ ├── no_flag.png
│ ├── np_flag.png
│ ├── nr_flag.png
│ ├── nu_flag.png
│ ├── nz_flag.png
│ ├── om_flag.png
│ ├── pa_flag.png
│ ├── pe_flag.png
│ ├── pf_flag.png
│ ├── pg_flag.png
│ ├── ph_flag.png
│ ├── pk_flag.png
│ ├── pl_flag.png
│ ├── pm_flag.png
│ ├── pn_flag.png
│ ├── pr_flag.png
│ ├── ps_flag.png
│ ├── pt_flag.png
│ ├── pw_flag.png
│ ├── py_flag.png
│ ├── qa_flag.png
│ ├── re_flag.png
│ ├── ro_flag.png
│ ├── rs_flag.png
│ ├── ru_flag.png
│ ├── rw_flag.png
│ ├── sa_flag.png
│ ├── sb_flag.png
│ ├── sc_flag.png
│ ├── sd_flag.png
│ ├── se_flag.png
│ ├── sg_flag.png
│ ├── sh_flag.png
│ ├── si_flag.png
│ ├── sj_flag.png
│ ├── sk_flag.png
│ ├── sl_flag.png
│ ├── sm_flag.png
│ ├── sn_flag.png
│ ├── so_flag.png
│ ├── sr_flag.png
│ ├── ss_flag.png
│ ├── st_flag.png
│ ├── sv_flag.png
│ ├── sx_flag.png
│ ├── sy_flag.png
│ ├── sz_flag.png
│ ├── tc_flag.png
│ ├── td_flag.png
│ ├── tf_flag.png
│ ├── tg_flag.png
│ ├── th_flag.png
│ ├── tj_flag.png
│ ├── tk_flag.png
│ ├── tl_flag.png
│ ├── tm_flag.png
│ ├── tn_flag.png
│ ├── to_flag.png
│ ├── tr_flag.png
│ ├── tt_flag.png
│ ├── tv_flag.png
│ ├── tw_flag.png
│ └── tz_flag.png
├── settings.gradle
└── gradle
└── wrapper
└── gradle-wrapper.jar
/app/.gitignore:
--------------------------------------------------------------------------------
1 | /build
2 |
--------------------------------------------------------------------------------
/countrypickerx/.gitignore:
--------------------------------------------------------------------------------
1 | /build
2 |
--------------------------------------------------------------------------------
/settings.gradle:
--------------------------------------------------------------------------------
1 | include ':app', ':countrypickerx'
2 |
--------------------------------------------------------------------------------
/app/src/main/res/raw/country_avail.json:
--------------------------------------------------------------------------------
1 | {
2 | "ID" : "62",
3 | "PH" : "63",
4 | "VN" : "84"
5 | }
--------------------------------------------------------------------------------
/gradle/wrapper/gradle-wrapper.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/gradle/wrapper/gradle-wrapper.jar
--------------------------------------------------------------------------------
/app/src/main/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | countrypickerxsample
3 |
4 |
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | countrypickerx
3 |
4 |
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/app/src/main/res/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/app/src/main/res/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ab_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ab_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ad_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ad_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ae_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ae_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/af_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/af_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ag_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ag_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ai_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ai_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/al_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/al_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/am_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/am_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ao_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ao_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/aq_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/aq_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ar_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ar_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/as_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/as_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/at_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/at_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/au_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/au_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/aw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/aw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ax_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ax_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/az_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/az_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ba_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ba_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/bb_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/bb_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/bd_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/bd_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/be_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/be_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/bf_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/bf_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/bg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/bg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/bh_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/bh_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/bi_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/bi_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/bj_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/bj_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/bl_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/bl_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/bm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/bm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/bn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/bn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/bo_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/bo_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/bq_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/bq_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/br_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/br_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/bs_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/bs_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/bt_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/bt_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/bv_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/bv_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/bw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/bw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/by_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/by_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/bz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/bz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ca_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ca_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/cc_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/cc_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/cd_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/cd_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/cf_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/cf_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/cg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/cg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ch_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ch_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ci_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ci_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ck_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ck_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/cl_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/cl_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/cm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/cm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/cn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/cn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/co_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/co_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/cr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/cr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/cu_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/cu_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/cv_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/cv_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/cw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/cw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/cx_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/cx_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/cy_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/cy_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/cz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/cz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/de_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/de_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/dj_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/dj_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/dk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/dk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/dm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/dm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/do_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/do_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/dz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/dz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ec_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ec_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ee_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ee_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/eg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/eg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/eh_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/eh_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/er_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/er_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/es_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/es_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/et_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/et_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/fi_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/fi_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/fj_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/fj_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/fk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/fk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/fm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/fm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/fo_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/fo_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/fr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/fr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ga_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ga_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/gb_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/gb_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/gd_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/gd_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ge_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ge_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/gf_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/gf_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/gg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/gg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/gh_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/gh_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/gi_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/gi_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/gl_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/gl_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/gm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/gm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/gn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/gn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/gp_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/gp_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/gq_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/gq_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/gr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/gr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/gs_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/gs_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/gt_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/gt_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/gu_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/gu_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/gw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/gw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/gy_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/gy_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/hk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/hk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/hm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/hm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/hn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/hn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/hr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/hr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ht_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ht_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/hu_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/hu_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/id_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/id_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ie_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ie_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/il_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/il_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/im_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/im_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/in_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/in_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/io_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/io_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/iq_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/iq_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ir_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ir_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/is_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/is_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/it_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/it_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/je_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/je_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/jm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/jm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/jo_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/jo_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/jp_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/jp_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ke_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ke_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/kg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/kg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/kh_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/kh_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ki_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ki_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/km_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/km_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/kn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/kn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/kp_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/kp_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/kr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/kr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/kw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/kw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ky_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ky_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/kz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/kz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/la_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/la_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/lb_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/lb_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/lc_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/lc_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/li_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/li_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/lk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/lk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/lr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/lr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ls_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ls_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/lt_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/lt_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/lu_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/lu_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/lv_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/lv_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ly_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ly_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ma_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ma_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/mc_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/mc_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/md_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/md_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/me_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/me_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/mf_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/mf_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/mg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/mg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/mh_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/mh_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/mk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/mk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ml_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ml_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/mm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/mm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/mn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/mn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/mo_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/mo_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/mp_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/mp_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/mq_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/mq_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/mr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/mr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ms_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ms_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/mt_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/mt_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/mu_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/mu_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/mv_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/mv_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/mw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/mw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/mx_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/mx_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/my_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/my_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/mz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/mz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/na_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/na_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/nc_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/nc_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ne_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ne_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/nf_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/nf_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ng_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ng_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ni_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ni_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/nl_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/nl_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/no_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/no_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/np_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/np_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/nr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/nr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/nu_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/nu_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/nz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/nz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/om_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/om_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/pa_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/pa_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/pe_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/pe_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/pf_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/pf_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/pg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/pg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ph_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ph_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/pk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/pk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/pl_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/pl_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/pm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/pm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/pn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/pn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/pr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/pr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ps_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ps_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/pt_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/pt_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/pw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/pw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/py_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/py_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/qa_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/qa_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/re_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/re_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ro_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ro_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/rs_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/rs_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ru_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ru_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/rw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/rw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/sa_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/sa_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/sb_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/sb_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/sc_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/sc_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/sd_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/sd_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/se_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/se_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/sg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/sg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/sh_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/sh_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/si_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/si_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/sj_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/sj_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/sk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/sk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/sl_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/sl_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/sm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/sm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/sn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/sn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/so_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/so_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/sr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/sr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ss_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ss_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/st_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/st_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/sv_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/sv_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/sx_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/sx_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/sy_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/sy_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/sz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/sz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/tc_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/tc_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/td_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/td_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/tf_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/tf_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/tg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/tg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/th_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/th_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/tj_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/tj_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/tk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/tk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/tl_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/tl_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/tm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/tm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/tn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/tn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/to_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/to_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/tr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/tr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/tt_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/tt_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/tv_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/tv_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/tw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/tw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/tz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/tz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ua_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ua_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ug_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ug_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/um_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/um_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/us_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/us_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/uy_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/uy_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/uz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/uz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/va_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/va_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/vc_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/vc_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ve_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ve_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/vg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/vg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/vi_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/vi_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/vn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/vn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/vu_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/vu_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/wf_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/wf_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ws_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ws_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/xk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/xk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/ye_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/ye_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/yt_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/yt_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/za_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/za_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/zm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/zm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-hdpi/zw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-hdpi/zw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ab_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ab_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ad_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ad_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ae_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ae_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/af_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/af_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ag_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ag_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ai_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ai_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/al_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/al_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/am_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/am_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ao_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ao_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/aq_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/aq_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ar_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ar_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/as_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/as_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/at_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/at_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/au_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/au_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/aw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/aw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ax_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ax_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/az_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/az_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ba_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ba_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/bb_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/bb_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/bd_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/bd_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/be_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/be_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/bf_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/bf_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/bg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/bg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/bh_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/bh_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/bi_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/bi_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/bj_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/bj_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/bl_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/bl_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/bm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/bm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/bn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/bn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/bo_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/bo_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/bq_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/bq_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/br_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/br_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/bs_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/bs_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/bt_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/bt_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/bv_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/bv_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/bw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/bw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/by_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/by_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/bz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/bz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ca_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ca_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/cc_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/cc_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/cd_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/cd_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/cf_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/cf_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/cg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/cg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ch_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ch_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ci_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ci_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ck_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ck_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/cl_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/cl_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/cm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/cm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/cn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/cn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/co_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/co_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/cr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/cr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/cu_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/cu_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/cv_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/cv_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/cw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/cw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/cx_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/cx_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/cy_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/cy_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/cz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/cz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/de_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/de_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/dj_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/dj_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/dk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/dk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/dm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/dm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/do_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/do_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/dz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/dz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ec_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ec_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ee_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ee_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/eg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/eg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/eh_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/eh_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/er_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/er_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/es_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/es_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/et_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/et_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/fi_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/fi_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/fj_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/fj_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/fk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/fk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/fm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/fm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/fo_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/fo_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/fr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/fr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ga_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ga_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/gb_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/gb_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/gd_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/gd_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ge_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ge_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/gf_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/gf_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/gg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/gg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/gh_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/gh_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/gi_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/gi_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/gl_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/gl_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/gm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/gm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/gn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/gn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/gp_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/gp_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/gq_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/gq_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/gr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/gr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/gs_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/gs_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/gt_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/gt_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/gu_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/gu_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/gw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/gw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/gy_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/gy_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/hk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/hk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/hm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/hm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/hn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/hn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/hr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/hr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ht_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ht_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/hu_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/hu_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/id_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/id_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ie_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ie_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/il_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/il_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/im_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/im_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/in_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/in_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/io_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/io_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/iq_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/iq_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ir_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ir_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/is_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/is_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/it_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/it_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/je_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/je_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/jm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/jm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/jo_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/jo_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/jp_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/jp_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ke_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ke_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/kg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/kg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/kh_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/kh_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ki_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ki_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/km_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/km_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/kn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/kn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/kp_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/kp_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/kr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/kr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/kw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/kw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ky_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ky_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/kz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/kz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/la_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/la_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/lb_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/lb_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/lc_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/lc_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/li_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/li_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/lk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/lk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/lr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/lr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ls_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ls_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/lt_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/lt_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/lu_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/lu_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/lv_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/lv_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ly_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ly_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ma_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ma_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/mc_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/mc_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/md_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/md_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/me_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/me_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/mf_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/mf_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/mg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/mg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/mh_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/mh_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/mk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/mk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ml_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ml_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/mm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/mm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/mn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/mn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/mo_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/mo_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/mp_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/mp_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/mq_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/mq_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/mr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/mr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ms_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ms_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/mt_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/mt_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/mu_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/mu_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/mv_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/mv_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/mw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/mw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/mx_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/mx_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/my_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/my_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/mz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/mz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/na_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/na_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/nc_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/nc_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ne_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ne_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/nf_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/nf_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ng_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ng_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ni_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ni_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/nl_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/nl_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/no_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/no_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/np_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/np_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/nr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/nr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/nu_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/nu_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/nz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/nz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/om_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/om_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/pa_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/pa_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/pe_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/pe_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/pf_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/pf_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/pg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/pg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ph_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ph_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/pk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/pk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/pl_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/pl_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/pm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/pm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/pn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/pn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/pr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/pr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ps_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ps_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/pt_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/pt_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/pw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/pw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/py_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/py_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/qa_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/qa_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/re_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/re_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ro_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ro_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/rs_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/rs_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ru_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ru_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/rw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/rw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/sa_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/sa_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/sb_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/sb_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/sc_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/sc_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/sd_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/sd_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/se_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/se_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/sg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/sg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/sh_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/sh_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/si_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/si_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/sj_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/sj_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/sk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/sk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/sl_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/sl_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/sm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/sm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/sn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/sn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/so_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/so_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/sr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/sr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ss_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ss_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/st_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/st_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/sv_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/sv_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/sx_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/sx_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/sy_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/sy_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/sz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/sz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/tc_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/tc_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/td_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/td_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/tf_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/tf_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/tg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/tg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/th_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/th_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/tj_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/tj_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/tk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/tk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/tl_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/tl_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/tm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/tm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/tn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/tn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/to_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/to_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/tr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/tr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/tt_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/tt_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/tv_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/tv_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/tw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/tw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/tz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/tz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ua_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ua_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ug_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ug_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/um_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/um_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/us_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/us_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/uy_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/uy_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/uz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/uz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/va_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/va_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/vc_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/vc_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ve_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ve_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/vg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/vg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/vi_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/vi_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/vn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/vn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/vu_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/vu_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/wf_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/wf_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ws_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ws_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/xk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/xk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/ye_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/ye_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/yt_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/yt_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/za_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/za_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/zm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/zm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-mdpi/zw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-mdpi/zw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ab_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ab_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ad_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ad_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ae_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ae_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/af_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/af_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ag_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ag_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ai_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ai_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/al_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/al_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/am_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/am_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ao_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ao_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/aq_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/aq_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ar_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ar_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/as_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/as_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/at_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/at_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/au_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/au_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/aw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/aw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ax_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ax_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/az_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/az_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ba_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ba_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/bb_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/bb_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/bd_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/bd_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/be_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/be_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/bf_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/bf_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/bg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/bg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/bh_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/bh_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/bi_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/bi_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/bj_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/bj_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/bl_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/bl_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/bm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/bm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/bn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/bn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/bo_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/bo_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/bq_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/bq_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/br_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/br_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/bs_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/bs_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/bt_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/bt_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/bv_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/bv_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/bw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/bw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/by_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/by_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/bz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/bz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ca_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ca_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/cc_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/cc_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/cd_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/cd_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/cf_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/cf_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/cg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/cg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ch_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ch_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ci_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ci_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ck_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ck_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/cl_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/cl_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/cm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/cm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/cn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/cn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/co_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/co_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/cr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/cr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/cu_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/cu_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/cv_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/cv_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/cw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/cw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/cx_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/cx_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/cy_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/cy_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/cz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/cz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/de_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/de_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/dj_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/dj_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/dk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/dk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/dm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/dm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/do_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/do_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/dz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/dz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ec_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ec_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ee_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ee_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/eg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/eg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/eh_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/eh_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/er_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/er_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/es_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/es_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/et_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/et_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/fi_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/fi_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/fj_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/fj_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/fk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/fk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/fm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/fm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/fo_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/fo_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/fr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/fr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ga_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ga_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/gb_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/gb_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/gd_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/gd_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ge_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ge_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/gf_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/gf_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/gg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/gg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/gh_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/gh_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/gi_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/gi_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/gl_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/gl_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/gm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/gm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/gn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/gn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/gp_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/gp_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/gq_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/gq_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/gr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/gr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/gs_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/gs_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/gt_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/gt_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/gu_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/gu_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/gw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/gw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/gy_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/gy_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/hk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/hk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/hm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/hm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/hn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/hn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/hr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/hr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ht_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ht_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/hu_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/hu_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/id_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/id_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ie_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ie_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/il_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/il_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/im_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/im_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/in_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/in_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/io_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/io_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/iq_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/iq_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ir_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ir_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/is_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/is_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/it_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/it_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/je_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/je_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/jm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/jm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/jo_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/jo_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/jp_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/jp_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ke_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ke_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/kg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/kg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/kh_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/kh_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ki_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ki_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/km_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/km_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/kn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/kn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/kp_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/kp_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/kr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/kr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/kw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/kw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ky_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ky_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/kz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/kz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/la_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/la_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/lb_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/lb_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/lc_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/lc_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/li_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/li_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/lk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/lk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/lr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/lr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ls_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ls_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/lt_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/lt_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/lu_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/lu_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/lv_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/lv_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ly_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ly_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ma_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ma_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/mc_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/mc_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/md_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/md_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/me_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/me_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/mf_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/mf_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/mg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/mg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/mh_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/mh_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/mk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/mk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ml_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ml_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/mm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/mm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/mn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/mn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/mo_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/mo_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/mp_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/mp_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/mq_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/mq_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/mr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/mr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ms_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ms_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/mt_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/mt_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/mu_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/mu_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/mv_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/mv_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/mw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/mw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/mx_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/mx_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/my_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/my_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/mz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/mz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/na_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/na_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/nc_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/nc_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ne_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ne_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/nf_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/nf_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ng_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ng_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ni_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ni_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/nl_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/nl_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/no_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/no_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/np_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/np_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/nr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/nr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/nu_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/nu_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/nz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/nz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/om_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/om_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/pa_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/pa_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/pe_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/pe_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/pf_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/pf_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/pg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/pg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ph_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ph_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/pk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/pk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/pl_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/pl_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/pm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/pm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/pn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/pn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/pr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/pr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ps_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ps_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/pt_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/pt_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/pw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/pw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/py_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/py_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/qa_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/qa_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/re_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/re_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ro_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ro_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/rs_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/rs_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ru_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ru_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/rw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/rw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/sa_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/sa_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/sb_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/sb_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/sc_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/sc_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/sd_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/sd_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/se_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/se_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/sg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/sg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/sh_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/sh_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/si_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/si_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/sj_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/sj_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/sk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/sk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/sl_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/sl_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/sm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/sm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/sn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/sn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/so_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/so_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/sr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/sr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/ss_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/ss_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/st_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/st_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/sv_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/sv_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/sx_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/sx_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/sy_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/sy_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/sz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/sz_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/tc_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/tc_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/td_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/td_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/tf_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/tf_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/tg_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/tg_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/th_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/th_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/tj_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/tj_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/tk_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/tk_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/tl_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/tl_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/tm_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/tm_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/tn_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/tn_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/to_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/to_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/tr_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/tr_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/tt_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/tt_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/tv_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/tv_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/tw_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/tw_flag.png
--------------------------------------------------------------------------------
/countrypickerx/src/main/res/mipmap-xhdpi/tz_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mikekpl/country-picker-x/HEAD/countrypickerx/src/main/res/mipmap-xhdpi/tz_flag.png
--------------------------------------------------------------------------------