this below code works on every android phone but not working in Huawei P9 lite. please help me. TextView sint1 = (TextView) findViewById(R.id.textView2); Typeface cFont1 = Typeface.createFromAsset(getAssets(), "cf.ttf"); sint1.setTypeface(cFont1);
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/966fda77-2453-4cda-ab5c-c3cfcd82576c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

