Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make rounded TextView in Android?

Tags:

android

I am developing an android application.In my application,I want to display paragraph string in TextView,so I want to rounded Textview look like given bellow. Textview shout be center position of the screen same like given bellow.How is possible?

alt text

Thanks Friends.

like image 602
JohnNick Avatar asked Dec 04 '10 13:12

JohnNick


People also ask

How can add rounded corner as background of Recyclerview in Android?

Put the recyclerview in a cardview, and set the cardview's corner radius.


1 Answers

I've just answered on a similar question.

The difference will be to use similar to this image as a background (probably it should a bit more transparent).

like image 119
Vit Khudenko Avatar answered Oct 02 '22 08:10

Vit Khudenko