joielechong/CountryCodePicker

Arabic Localization issue

Opened this issue · 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.

Screenshot_20200420-090125606_1
Screenshot_20200420-090200387_1

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

Good Luck ^^