Can anyone please help me to identify how to insert rupee symbol in a TextView.
I have tried using \u20B9 as suggested in one of the threads, but it did not help.
Thanks in advance.
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.
Android’s system font does not support the Rupee symbol. You need to embed it in your own using font embedding.
Follow this tutorial for the font embedding:
http://www.barebonescoder.com/2010/05/android-development-using-custom-fonts/