VercodeEditText
VercodeEditText copied to clipboard
Numbers Don't shown in Arabic?
When making my phone Arabic that a language is written from right to left the Edittext view is only white although it having numbers. any help
@imTefa
set this attributes
android:layout_gravity="left" android:gravity="left" android:layoutDirection="ltr"