The default font in a TexView renders Arabic horribly.
Is there a way I can set TextView to a style that will render Arabic nicely, perhaps using android:textAppearance?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Create a typeface and set it to all components that display text (TextView, EditText, Button, …). To do this:
1- Copy your font file into your assets folder
2- In your Activity:
3- Everywhere you have a View object: