我正在使用这样的代码在我的xml文件中创建一个三个EditText.
<EditText
android:id="@+id/name_edit_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/profile_image_view_layout"
android:layout_centerHorizontal="true"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
android:layout_marginTop="20dp"
android:ems="15"
android:hint="@string/name_field"
android:inputType="text" />
Run Code Online (Sandbox Code Playgroud)
当我运行应用程序时,它在我的设备中看起来像这样.

但我想看看没有使用任何背景图像.

那怎么办呢?任何想法或建议都会有所帮助.