CountryCodePickerProject icon indicating copy to clipboard operation
CountryCodePickerProject copied to clipboard

Country code picker not showing in if app is in RTL

Open sonusony19 opened this issue 4 years ago • 1 comments

Country code picker is not visible when we set app locale to "ar" which flips the layouts to be in RTL.

sonusony19 avatar Mar 10 '22 17:03 sonusony19

Hi @sonusony19 If you use this code it will solve the problem.

android:layoutDirection="ltr"

fatihhduygu avatar Oct 11 '22 05:10 fatihhduygu