1
This happens when you make a call
to the method
view.setTypeface(Typeface.DEFAULT,0)
or view.setTypeface(Typeface.DEFAULT,Typeface.NORMAL)
Switch to: view.setTypeface(Typeface.DEFAULT) (view being a TextView)
1
0
This happens when you make a call
to the method
view.setTypeface(Typeface.DEFAULT,0)
or view.setTypeface(Typeface.DEFAULT,Typeface.NORMAL)
Switch to: view.setTypeface(Typeface.DEFAULT) (view being a TextView)
Browser other questions tagged java android android-studio log textview
You are not signed in. Login or sign up in order to post.
That’s the question, I wasn’t making any calls to this method. Even so I tried to use this solution, but the same thing keeps happening.
– Ana Paula Lima