删除android中屏幕的相对版面边距

删除android中屏幕的相对版面边距,android,Android,如何使用屏幕删除相对版面边距 只需从RelativeLayout中删除您的边距,这样看起来就像这样 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" and

如何使用屏幕删除相对版面边距


只需从RelativeLayout中删除您的边距,这样看起来就像这样

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
            xmlns:tools="http://schemas.android.com/tools"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            >