当我包括下面XML来布局文件,我可以看到下面的图片.如果你看到它,你会发现它TextView有顶部和底部空间.
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="E1"
android:background="#ff00ff00"/>
Run Code Online (Sandbox Code Playgroud)

我希望删除这个空间.如何删除它?这叫什么?如果有人有线索...请告诉我.提前致谢.