0

When i using this code

if (Build.VERSION.SDK_INT >= 26) {
      tv.setJustificationMode(JUSTIFICATION_MODE_INTER_WORD);
}

i got this error when release

 error: cannot find symbol
      tv.setJustificationMode(JUSTIFICATION_MODE_INTER_WORD)
                        ^


symbol:   variable JUSTIFICATION_MODE_INTER_WORD

please help me

0 Answers0