我的应用程序在每个视图周围显示边框(查看背景),我不想在那里。我已将父布局设置为具有0dp边距和0dp填充,并且在Android Studio预览中没有边框。
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/list_form_1"
android:background="#f7f1b9"
android:layout_margin="0dp"
android:padding="0dp">