Opened this issue 5 years ago · 1 comments
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.
Just change public class CountryCodePicker extends RelativeLayout { to public class CountryCodePicker extends LinearLayout {
public class CountryCodePicker extends RelativeLayout {
public class CountryCodePicker extends LinearLayout {
Good Luck ^^