Open haizo-code opened 6 years ago
Number in locale("ar") does not appear correctly, the numbers appears as mix of (Arabic and English)
I fixed it, in the YearPickerView.java when you set the text, use this instead: String numberAsString = String.format(Locale.getDefault(), "%d", year); v.setText(String.valueOf(numberAsString));
Number in locale("ar") does not appear correctly, the numbers appears as mix of (Arabic and English)