hbb20 / CountryCodePickerProject

Country Code Picker (CCP) is an android library which provides an easy way to search and select country or international phone code. Also supports Android EditText phone mask and international phone validation.
Apache License 2.0
1.52k stars 505 forks source link

Country preferance #589

Closed peter6053 closed 1 year ago

peter6053 commented 1 year ago

i want by default to have ke as the deafilt flag thus is my snippet " app:ccp_countryPreference="KE,UG"" Screenshot 2023-08-23 at 10 47 40

peter6053 commented 1 year ago

like it should display ke instead of any other flag

rranjithkumar100 commented 1 year ago

try this app:ccp_defaultNameCode="ke"

peter6053 commented 1 year ago

works, Thanks man