Rounded corner for textview in android
I have a textview and want its corner to be in round shape. I already know it can be done using android:background=”@drawable/somefile”. In … Read more
I have a textview and want its corner to be in round shape. I already know it can be done using android:background=”@drawable/somefile”. In … Read more
How to create an EditText that has rounded corners instead of the default rectangular-shaped corners? 8 Answers 8
How can I make a layout with rounded corners? I want to apply rounded corners to my LinearLayout. 2Best Answer 21 1: Define … Read more
Is it possible to draw a border around a textview? 23 s 23 You can set a shape drawable (a rectangle) as background … Read more