How to make RelativeSizeSpan align to top

后端 未结 9 2106
情深已故
情深已故 2021-01-31 03:14

I have the following String RM123.456. I would like to

  • Make RM relatively smaller
  • Make RM aligned to to
9条回答
  •  半阙折子戏
    2021-01-31 03:37

    the best suitable solution is go with html.

    i will prefer for this solutions,it supports in all android version as well devices.

    here is example take it same as you want text

    TM 123.456.

    i am getting result in android

    TM 123.456.

    you can easily display text in Textview in android with

    Html.fromText("YOUR_STRING_INHTML");

    Hope it helps.

提交回复
热议问题