Search code examples
androidtextviewmaterial-designmaterial-components-androidmaterial-components

How to achieve below design in "MaterialTextView" in android?


It is possible to achieve this design in "single MaterialTextView" in android? else what are the ways to achieve(Single Textview)? Please share your suggestions, Thank you.

enter image description here


Solution

  • you should put 3 TextView in a view and give them 1 dp margin for example or a view with 1 dp between them. and set textalignment center. set text color white and set for them background.