When I include the below XML to layout file, I can see the below image. If you see it, you could realize that the TextView has top and bottom space.
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="E1"
android:background="#ff00ff00"/>

I wish to remove the space. How to remove it? What is it called? If anyone has clue.. please let me know. Thanks in advance.
