I want to make text like this image can anyone tell me how to make this type of text and how to make bold and italic it and how to give specs in between the two lines.
Asked
Active
Viewed 324 times
1
-
Use Html.fromHtml(String) : example we the people of india, you need to put html tags Html.fromHtml(String, int) // for 24 api and more – akhilesh0707 Mar 03 '17 at 06:19
-
1Html.fromHtml is deprecated now – Bhavin Patel Mar 03 '17 at 06:20
2 Answers
0
You can achieve that with android Spannable
Refer this doc https://blog.stylingandroid.com/introduction-to-spans/

arjun
- 3,514
- 4
- 27
- 48
0
Also check this one its show different style on text view using Spannable

Community
- 1
- 1

Bhavin Patel
- 872
- 13
- 30