diff --git a/ccp/src/main/java/com/hbb20/CCPCountry.java b/ccp/src/main/java/com/hbb20/CCPCountry.java index fffacdb9..f1e2cbee 100755 --- a/ccp/src/main/java/com/hbb20/CCPCountry.java +++ b/ccp/src/main/java/com/hbb20/CCPCountry.java @@ -457,6 +457,8 @@ static int getFlagMasterResID(CCPCountry CCPCountry) { return R.drawable.flag_brunei; case "bo": //bolivia, plurinational state of return R.drawable.flag_bolivia; + case "bq": //bonaire + return R.drawable.flag_bonaire; case "br": //brazil return R.drawable.flag_brazil; case "bs": //bahamas @@ -1447,6 +1449,7 @@ public static List getLibraryMasterCountriesEnglish() { countries.add(new CCPCountry("bm", "1", "Bermuda", DEFAULT_FLAG_RES)); countries.add(new CCPCountry("bn", "673", "Brunei Darussalam", DEFAULT_FLAG_RES)); countries.add(new CCPCountry("bo", "591", "Bolivia, Plurinational State Of", DEFAULT_FLAG_RES)); + countries.add(new CCPCountry("bq", "599", "Bonaire", DEFAULT_FLAG_RES)); countries.add(new CCPCountry("br", "55", "Brazil", DEFAULT_FLAG_RES)); countries.add(new CCPCountry("bs", "1", "Bahamas", DEFAULT_FLAG_RES)); countries.add(new CCPCountry("bt", "975", "Bhutan", DEFAULT_FLAG_RES)); diff --git a/ccp/src/main/res/drawable/flag_bonaire.png b/ccp/src/main/res/drawable/flag_bonaire.png new file mode 100644 index 00000000..9d43b5eb Binary files /dev/null and b/ccp/src/main/res/drawable/flag_bonaire.png differ diff --git a/ccp/src/main/res/raw/a_new_lang_template.xml b/ccp/src/main/res/raw/a_new_lang_template.xml index e719f487..750e3123 100644 --- a/ccp/src/main/res/raw/a_new_lang_template.xml +++ b/ccp/src/main/res/raw/a_new_lang_template.xml @@ -152,6 +152,11 @@ english_name="Bolivia, Plurinational State Of" name_code="bo" phone_code="591" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +