julyandroid
Lurker
hi,
in one view i'm adding TextView and AbsoluteLayout(Drawing text).
in AbsoluteLayout, i'm setting font like this,
new Paint().setTypeface(Typeface.DEFAULT_BOLD);
it worked.
But both text are looking different.
i tried using Typeface constants.
what font i need to use so that both looks same.
Please help me resolve this issue.
reddy
in one view i'm adding TextView and AbsoluteLayout(Drawing text).
in AbsoluteLayout, i'm setting font like this,
new Paint().setTypeface(Typeface.DEFAULT_BOLD);
it worked.
But both text are looking different.
i tried using Typeface constants.
what font i need to use so that both looks same.
Please help me resolve this issue.
reddy