joielechong / CountryCodePicker

Country Code Picker (CCP) is an android library which provides an easy way to search and select country phone code ( national code ) for the telephone number.
Apache License 2.0
315 stars 143 forks source link

Arabic Localization issue #88

Open CijoKPaul opened 4 years ago

CijoKPaul commented 4 years ago

When i use English mode, the country picker is working fine. But When i use Arabic mode, the whole country picker selector disappears. Can you please help me to sort it out. It will be highly appreciated.

Screenshot_20200420-090125606_1 Screenshot_20200420-090200387_1

qzmp2000 commented 4 years ago

Just change public class CountryCodePicker extends RelativeLayout { to public class CountryCodePicker extends LinearLayout {

Good Luck ^^