Search:

Type: Posts; User: copeg

Search: Search took 0.09 seconds.

  1. Re: ERROR - The method setTypeface(Typeface, int) is undefined for the type String

    You cannot call a method that does not exists. The text variable is of type String, and it does not contain that method.
    String | Android Developers
  2. Re: ERROR - The method setTypeface(Typeface, int) is undefined for the type String

    For future reference, please wrap your codes in the code tags.

    See the API for String - does it contain a setTypeface method with those parameters?
Results 1 to 2 of 2